summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmer Katz <omer.drow@gmail.com>2019-04-01 16:53:10 +0300
committerAsif Saif Uddin <auvipy@gmail.com>2020-08-19 12:04:32 +0600
commit529d852bf07eb0abd9de7e01ac93d67f7dc15226 (patch)
tree65fe37bbeeed25c6264b122df2b806f3f0419607
parentecd33a5ef9b1575e139941ebee3553bf136ceb0b (diff)
downloadpy-amqp-529d852bf07eb0abd9de7e01ac93d67f7dc15226.tar.gz
Specify vine 5.0.0a1 as a dependency for py-amqp 5.0.0a1.
-rw-r--r--Changelog10
-rw-r--r--requirements/default.txt2
-rw-r--r--requirements/docs.txt2
3 files changed, 9 insertions, 5 deletions
diff --git a/Changelog b/Changelog
index 4ef8604..128f850 100644
--- a/Changelog
+++ b/Changelog
@@ -5,10 +5,10 @@ py-amqp is fork of amqplib used by Kombu containing additional features and impr
The previous amqplib changelog is here:
http://code.google.com/p/py-amqplib/source/browse/CHANGES
-.. _version-5.0.0alpha1:
+.. _version-5.0.0a1:
-5.0.0alpha1
-===========
+5.0.0a1
+=======
:release-date: 2019-04-01 4:30 P.M UTC+3:00
:release-by: Omer Katz
@@ -20,6 +20,10 @@ http://code.google.com/p/py-amqplib/source/browse/CHANGES
Contributed by **Omer Katz**
+- Depend on :pypi:`vine` 5.0.0a1.
+
+ Contributed by **Omer Katz**
+
Code Cleanups & Improvements:
- **Omer Katz**
diff --git a/requirements/default.txt b/requirements/default.txt
index 3523202..aacd7eb 100644
--- a/requirements/default.txt
+++ b/requirements/default.txt
@@ -1 +1 @@
-vine>=1.1.3, <5.0.0a1
+vine==5.0.0a1
diff --git a/requirements/docs.txt b/requirements/docs.txt
index 34c4e20..7cfd620 100644
--- a/requirements/docs.txt
+++ b/requirements/docs.txt
@@ -1 +1 @@
-sphinx_celery==1.4.6
+sphinx-celery>=1.4.8