-
-
Notifications
You must be signed in to change notification settings - Fork 16.2k
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
cli shouldn't mess with sys.argv #3022
Comments
picking up this task |
PR #3181 updates Werkzeug to >=0.15, so once merged I'll take care of this ticket. |
@EtiennePelletier if you're going to do it, you don't need to wait for the other to be merged, but you should reference that PR (using the # reference like above) in the new PR so that they see the dependency when they review this one. |
Alright! I just wanted to avoid bumping Werkzeug's version in setup.py again since master is currently referencing 0.14. I'll leave it as is and explicitly mention it in the PR. |
Werkzeug>=0.15's reloader now properly detects `python -m module`. Fixes pallets#3022
Werkzeug>=0.15's reloader now properly detects `python -m module`. Fixes pallets#3022
Just merged pallets/werkzeug#1416 so Werkzeug's reloader detects
python -m module
correctly. All offlask.cli.main()
can be replaced with:Need to wait until Werkzeug 0.15 has been out for a bit before we can bump Flask's min version.
The text was updated successfully, but these errors were encountered: