Skip to content

Commit

Permalink
Pin flask version to 1.1.2. Fixes #1759
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed May 12, 2021
1 parent d9269f1 commit 4b114af
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 @@ -19,7 +19,7 @@
version=version,
install_requires=[
"gevent>=20.9.0",
"flask>=1.1.2",
"flask==1.1.2",
"Werkzeug>=1.0.1",
"requests>=2.9.1",
"msgpack>=0.6.2",
Expand Down

0 comments on commit 4b114af

Please sign in to comment.