Skip to content

Commit c6eab2f

Browse files
authored
fix: Update minimum required version of Flask to 2.0 (#356)
1 parent 1d38974 commit c6eab2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
package_dir={"": "src"},
5151
python_requires=">=3.5, <4",
5252
install_requires=[
53-
"flask>=1.0,<4.0",
53+
"flask>=2.0,<4.0",
5454
"click>=7.0,<9.0",
5555
"watchdog>=1.0.0",
5656
"gunicorn>=22.0.0; platform_system!='Windows'",

0 commit comments

Comments
 (0)