forked from pool/python-kombu
25 lines
436 B
Diff
25 lines
436 B
Diff
|
--- kombu.egg-info/requires.txt
|
||
|
+++ kombu.egg-info/requires.txt
|
||
|
@@ -1,2 +1,2 @@
|
||
|
anyjson>=0.3.3
|
||
|
-amqp>=1.0.8,<1.1.0
|
||
|
\ Kein Zeilenumbruch am Dateiende.
|
||
|
+amqp>=1.0.8
|
||
|
--- requirements/default.txt
|
||
|
+++ requirements/default.txt
|
||
|
@@ -1,2 +1,2 @@
|
||
|
anyjson>=0.3.3
|
||
|
-amqp>=1.0.8,<1.1.0
|
||
|
+amqp>=1.0.8
|
||
|
--- setup.cfg
|
||
|
+++ setup.cfg
|
||
|
@@ -28,7 +28,7 @@
|
||
|
|
||
|
[bdist_rpm]
|
||
|
requires = anyjson >= 0.3.3
|
||
|
- amqp < 1.1.0
|
||
|
+ amqp >= 1.0.8
|
||
|
importlib
|
||
|
ordereddict
|
||
|
|