Skip to content

Commit

Permalink
Merge pull request #13 from UWIT-IAM/whitesnow.v2
Browse files Browse the repository at this point in the history
Try pinning gunicorn to v19
  • Loading branch information
krlowe authored Jan 22, 2020
2 parents 8dcc6ef + 9581c17 commit ee6deb6
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 @@ -6,7 +6,7 @@
'slackclient',
'requests',
'Flask',
'gunicorn[eventlet]']
'gunicorn[eventlet]<=19.9.0']

tests_require = ['pytest', 'pytest-flake8']

Expand Down

0 comments on commit ee6deb6

Please sign in to comment.