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 9ceb1e0 commit 52264bcCopy full SHA for 52264bc
setup.py
@@ -49,8 +49,8 @@
49
package_dir={"": "src"},
50
python_requires=">=3.5, <4",
51
install_requires=[
52
- "flask>=1.0,<2.0",
53
- "click>=7.0,<8.0",
+ "flask>=1.0,<3.0",
+ "click>=7.0,<9.0",
54
"watchdog>=1.0.0,<2.0.0",
55
"gunicorn>=19.2.0,<21.0; platform_system!='Windows'",
56
"cloudevents>=1.2.0,<2.0.0",
0 commit comments