Skip to content

Commit

Permalink
Relax constraint to flask<3.0 and click<9.0 (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
di authored May 17, 2021
1 parent 9ceb1e0 commit 52264bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
package_dir={"": "src"},
python_requires=">=3.5, <4",
install_requires=[
"flask>=1.0,<2.0",
"click>=7.0,<8.0",
"flask>=1.0,<3.0",
"click>=7.0,<9.0",
"watchdog>=1.0.0,<2.0.0",
"gunicorn>=19.2.0,<21.0; platform_system!='Windows'",
"cloudevents>=1.2.0,<2.0.0",
Expand Down

0 comments on commit 52264bc

Please sign in to comment.