Skip to content

Commit

Permalink
Merge pull request #1395 from locustio/bump-flask-version-dependency
Browse files Browse the repository at this point in the history
Update flask requirement. Fixes #1394
  • Loading branch information
heyman authored May 25, 2020
2 parents c4bdbd3 + 588c7a2 commit 2281589
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 @@ -20,7 +20,7 @@
version=version,
install_requires=[
"gevent>=1.5.0",
"flask>=0.10.1",
"flask>=1.1.2",
"requests>=2.9.1",
"msgpack>=0.6.2",
"pyzmq>=16.0.2",
Expand Down

0 comments on commit 2281589

Please sign in to comment.