We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d38974 commit c6eab2fCopy full SHA for c6eab2f
setup.py
@@ -50,7 +50,7 @@
50
package_dir={"": "src"},
51
python_requires=">=3.5, <4",
52
install_requires=[
53
- "flask>=1.0,<4.0",
+ "flask>=2.0,<4.0",
54
"click>=7.0,<9.0",
55
"watchdog>=1.0.0",
56
"gunicorn>=22.0.0; platform_system!='Windows'",
0 commit comments