mirror of https://github.com/zulip/zulip.git
requirements: Upgrade pika to version 0.10.0.
This is needed to fix RabbitMQ heartbeat issues that cause connections to drop (#741). It's also relevant for Python 3 support.
This commit is contained in:
parent
d82e44ecd0
commit
6f282581f7
|
@ -38,7 +38,7 @@ mock==1.0.1
|
|||
modernize==0.5
|
||||
oauth2client==1.4.11
|
||||
oauthlib==1.0.3
|
||||
pika==0.9.14
|
||||
pika==0.10.0
|
||||
postmonkey==1.0b0
|
||||
psycopg2==2.6
|
||||
pyOpenSSL==0.15.1
|
||||
|
|
Loading…
Reference in New Issue