Skip to content

Commit

Permalink
Merge pull request #1760 from locustio/pin-flask-version
Browse files Browse the repository at this point in the history
Pin flask version to 1.1.2. Fixes #1759
  • Loading branch information
cyberw authored May 12, 2021
2 parents d9269f1 + 4b114af commit b272e9e
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 b272e9e

Please sign in to comment.