From 038a2467576e79eb5d3fd2c8766b4c3c54d89c99 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Fri, 22 Mar 2019 16:15:06 +0100 Subject: [PATCH] Fix broken kombu/amqp versions for Debian Stretch Python --- docs/changelog.rst | 3 +++ requirements/base.txt | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 05cebe2..addc52c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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 diff --git a/requirements/base.txt b/requirements/base.txt index f131562..f44a010 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -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