Skip to content

Update dependencies #99

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

Merged
merged 15 commits into from
Dec 25, 2022
Prev Previous commit
Next Next commit
Relax flask dependency to allow flask 2
  • Loading branch information
gcampax authored and kiendang committed Dec 25, 2022
commit 7b45e70ed710d2aba1517cd7bb1f97124bad31a4
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
] + tests_requires

install_flask_requires = [
"flask>=1,<2",
"flask>=1,<3",
]

install_sanic_requires = [
Expand Down