Skip to content

Commit

Permalink
Fixed gunicorn and gevent dependency versions. (#64)
Browse files Browse the repository at this point in the history
This should fix tests, which suddenly broke because of new gevent
release.
  • Loading branch information
kodek16 authored May 29, 2018
1 parent de189b6 commit 019544e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
install_requires = [
'bsddb3',
'flup6',
'gunicorn',
'gevent',
'gunicorn==19.8.1',
'gevent==1.3.1',
'progressbar2',
'requests',
'six',
Expand Down

0 comments on commit 019544e

Please sign in to comment.