Skip to content

Commit 7b45e70

Browse files
gcampaxkiendang
authored andcommitted
Relax flask dependency to allow flask 2
1 parent 72a9eea commit 7b45e70

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
@@ -22,7 +22,7 @@
2222
] + tests_requires
2323

2424
install_flask_requires = [
25-
"flask>=1,<2",
25+
"flask>=1,<3",
2626
]
2727

2828
install_sanic_requires = [

0 commit comments

Comments
 (0)