requirements: Downgrade pika to 0.11.0.

Downgrading as issue #8466 is not fixed yet.
This commit is contained in:
Vishnu Ks
2018-04-11 12:04:53 +05:30
committed by Tim Abbott
parent 383c62fb03
commit 132754f2ef
4 changed files with 5 additions and 4 deletions

View File

@@ -95,7 +95,8 @@ oauthlib==2.0.7
ndg-httpsclient==0.4.4
# Needed to access rabbitmq
pika==0.11.2
# See #8466 for why we're not using the latest version.
pika==0.11.0
# Needed to access our database
psycopg2==2.7.4 --no-binary psycopg2

View File

@@ -101,7 +101,7 @@ pbr==3.1.1 # via mock
pexpect==4.3.0 # via ipython
phonenumberslite==8.8.6 # via django-phonenumber-field
pickleshare==0.7.4 # via ipython
pika==0.11.2
pika==0.11.0
pillow==5.0.0
pip-tools==1.11.0
polib==1.1.0

View File

@@ -71,7 +71,7 @@ pbr==3.1.1 # via mock
pexpect==4.3.0 # via ipython
phonenumberslite==8.8.6 # via django-phonenumber-field
pickleshare==0.7.4 # via ipython
pika==0.11.2
pika==0.11.0
pillow==5.0.0
polib==1.1.0
premailer==3.1.1

View File

@@ -8,4 +8,4 @@ ZULIP_VERSION = "1.7.1+git"
# Typically, adding a dependency only requires a minor version bump, and
# removing a dependency requires a major version bump.
PROVISION_VERSION = '18.0'
PROVISION_VERSION = '18.1'