Skip to content

Commit

Permalink
fix: Update minimum required version of Flask to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nifflets committed Dec 26, 2024
1 parent 0b521ab commit da8ff28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
package_dir={"": "src"},
python_requires=">=3.5, <4",
install_requires=[
"flask>=1.0,<4.0",
"flask>=2.0,<4.0",
"click>=7.0,<9.0",
"watchdog>=1.0.0",
"gunicorn>=22.0.0; platform_system!='Windows'",
Expand Down

0 comments on commit da8ff28

Please sign in to comment.