Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip 23.x compatibility #8

Open
lordslair opened this issue Mar 1, 2023 · 1 comment
Open

pip 23.x compatibility #8

lordslair opened this issue Mar 1, 2023 · 1 comment
Assignees
Labels

Comments

@lordslair
Copy link

Hello,

Right now, installs from pip includes a deprecated message for this lib:

DEPRECATION: flask-uuid is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. 
pip 23.1 will enforce this behaviour change. 
A possible replacement is to enable the '--use-pep517' option. 
Discussion can be found at https://github.com/pypa/pip/issues/8559

Is it possible to create and include a pyproject.toml in a fresh release ?
Would greatly help for the future of this lib, otherwise, it will be dead in a couple of months, sadly

@wbolster
Copy link
Owner

wbolster commented Mar 2, 2023

hi! thanks for letting me know.

is there a particular reason you're using this package instead of the built-in uuid converter in werkzeug (used by Flask)? see here for example: https://flask.palletsprojects.com/en/2.2.x/quickstart/?highlight=uuid#variable-rules

it's been available since 2015: https://werkzeug.palletsprojects.com/en/2.2.x/changes/#version-0-10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants