Merge branch '0.1.1' into production
* 0.1.1: Fix broken kombu/amqp versions for Debian Stretch Python
This commit is contained in:
commit
1ff2fce13e
2 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
||||||
Changelog
|
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>`
|
* :release:`0.1.0 <2015-01-04>`
|
||||||
* :feature:`-` initial project setup
|
* :feature:`-` initial project setup
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
amqp==1.4.6
|
amqp==1.4.9
|
||||||
bpython==0.13.1
|
bpython==0.13.1
|
||||||
anyjson==0.3.3
|
anyjson==0.3.3
|
||||||
billiard==3.3.0.19
|
billiard==3.3.0.19
|
||||||
celery==3.1.17
|
celery==3.1.17
|
||||||
kombu==3.0.24
|
|
||||||
pytz==2014.10
|
pytz==2014.10
|
||||||
mysqlclient==1.3.4
|
mysqlclient==1.3.4
|
||||||
|
|
Loading…
Reference in a new issue