Skip to content

Commit 019544e

Browse files
authored
Fixed gunicorn and gevent dependency versions. (#64)
This should fix tests, which suddenly broke because of new gevent release.
1 parent de189b6 commit 019544e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
install_requires = [
1414
'bsddb3',
1515
'flup6',
16-
'gunicorn',
17-
'gevent',
16+
'gunicorn==19.8.1',
17+
'gevent==1.3.1',
1818
'progressbar2',
1919
'requests',
2020
'six',

0 commit comments

Comments
 (0)