Skip to content

Commit

Permalink
Bumping flask to v3.0.0 rather than limiting Werkzeug
Browse files Browse the repository at this point in the history
  • Loading branch information
LeStarch committed Oct 17, 2023
1 parent b40e099 commit f72c930
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
python_requires=">=3.7",
setup_requires=["setuptools_scm"],
install_requires=[
"flask>=2.2.0",
"flask>=3.0.0",
"flask_compress>=1.11",
"pyzmq>=24.0.1",
"pexpect>=4.8.0",
Expand All @@ -119,6 +119,5 @@
"Jinja2>=2.11.3",
"openpyxl>=3.0.10",
"pyserial>=3.5",
"Werkzeug>=2.2.0,<3.0.0"
],
)

0 comments on commit f72c930

Please sign in to comment.