8000 Relax constraint to flask<3.0 and click<9.0 (#129) · jinjunnn/google-functions-python@52264bc · GitHub
[go: up one dir, main page]

Skip to content

Commit 52264bc

Browse files
authored
Relax constraint to flask<3.0 and click<9.0 (GoogleCloudPlatform#129)
1 parent 9ceb1e0 commit 52264bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
package_dir={"": "src"},
5050
python_requires=">=3.5, <4",
5151
install_requires=[
52-
"flask>=1.0,<2.0",
53-
"click>=7.0,<8.0",
52+
"flask>=1.0,<3.0",
53+
"click>=7.0,<9.0",
5454
"watchdog>=1.0.0,<2.0.0",
5555
"gunicorn>=19.2.0,<21.0; platform_system!='Windows'",
5656
"cloudevents>=1.2.0,<2.0.0",

0 commit comments

Comments
 (0)
0