Skip to content

Commit 6f8e6ac

Browse files
committed
python3: bump gevent version
gevent 1.2 and below does not support Python 3.7 and above, see [1]. 1. gevent/gevent#1297 Part of #20
1 parent 7b09214 commit 6f8e6ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PyYAML==5.1
22
argparse==1.1
33
msgpack-python==0.4.6
4-
gevent==1.1b5
4+
gevent==21.1.2
55
six>=1.8.0

0 commit comments

Comments
 (0)