Skip to content

Commit

Permalink
Fixing flask and Wekzeug version incompatibilities (#4)
Browse files Browse the repository at this point in the history
* Fixing flask and Wekzeug version incompatibilities

* Bumping flask to v3.0.0 rather than limiting Werkzeug
  • Loading branch information
LeStarch authored Oct 25, 2023
1 parent 3d5b77a commit 7bbc102
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 @@ -84,7 +84,7 @@
python_requires=">=3.7",
setup_requires=["setuptools_scm"],
install_requires=[
"flask>=1.1.2,<=2.2.3",
"flask>=3.0.0",
"flask_compress>=1.11",
"pytest>=6.2.4",
"flask_restful>=0.3.8",
Expand Down

0 comments on commit 7bbc102

Please sign in to comment.