Browse Source

[reqs] downgrade websocket-client to 0.44.0

There is some kind of issue with 0.46.0 causing weird gevent issues.
Will have to investigate further in the future.
pull/82/head
Andrei 7 years ago
parent
commit
9ac9e26a4a
  1. 2
      requirements.txt

2
requirements.txt

@ -2,4 +2,4 @@ gevent==1.2.2
holster==2.0.0 holster==2.0.0
requests==2.18.4 requests==2.18.4
six==1.11.0 six==1.11.0
websocket-client==0.46.0 websocket-client==0.44.0

Loading…
Cancel
Save