Fix broken kombu/amqp versions for Debian Stretch Python
This commit is contained in:
parent
7ad9449c93
commit
038a246757
2 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
* :release:`0.1.1 <2019-03-22>`
|
||||
* :bug:`-` Remove fixed kombu version due to incompatibility with current
|
||||
Python 2.7, update amqp to 1.4.9
|
||||
* :release:`0.1.0 <2015-01-04>`
|
||||
* :feature:`-` initial project setup
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
amqp==1.4.6
|
||||
amqp==1.4.9
|
||||
bpython==0.13.1
|
||||
anyjson==0.3.3
|
||||
billiard==3.3.0.19
|
||||
celery==3.1.17
|
||||
kombu==3.0.24
|
||||
pytz==2014.10
|
||||
mysqlclient==1.3.4
|
||||
|
|
Loading…
Reference in a new issue