Skip to content

Commit 2b6aae6

Browse files
fix greenlet DLL issue (#216)
Need to pin to gevent < 22
1 parent ccd4506 commit 2b6aae6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ rlbot==1.*
55
# This will cause pip to auto-upgrade and stop scaring people with warning messages
66
pip
77

8-
gevent
8+
gevent<22
99
eel>=0.12
1010
PyQt5

0 commit comments

Comments
 (0)