Skip to content

Commit e9e945a

Browse files
author
Adrien Chauve
committed
Relax gevent pip requirement to allow using gevent 1.2 (for python 3.5/3.6)
1 parent 53169dc commit e9e945a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements-base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
argparse>=1.1
22
redis>=2.10.5
33
pymongo>=3.0.1
4-
gevent==1.1.1
4+
gevent>=1.1.1
55
ujson==1.33
66
hiredis>=0.1.5
77
psutil==1.2.1

0 commit comments

Comments
 (0)