Remove explicit dependency on amqplib

amqp (or amqplib) is only accessed via kombu, and kombu
already specifies the right dependency (either amqp if new
enough or amqplib for old versions of kombu).

Change-Id: I4efa419db1befdfcbe639a8557e21eb97ca3a26e
This commit is contained in:
Dirk Mueller 2014-05-05 13:52:31 +02:00
parent a221a30b32
commit e609183a39
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
pbr>=0.6,<1.0
amqplib>=0.6.1
anyjson>=0.3.3
argparse
Babel>=1.3