summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorDirk Mueller <dirk@dmllr.de>2014-05-05 17:49:11 +0200
committerDirk Mueller <dirk@dmllr.de>2014-05-08 18:22:49 +0200
commit6011404e57f74d9c025febd11ec8d9b4be1c9253 (patch)
tree0b7c1393b93141f4f872d582b7801a2aace0f0df /requirements.txt
parentc871725c7d568c4922c80f1360504a18192f55ac (diff)
downloadironic-6011404e57f74d9c025febd11ec8d9b4be1c9253.tar.gz
Remove explicit dependency on amqplib
kombu already depends on amqp or amqplib depending on its version, and no explicit access to amqplib exists in ironic code. Update logging config to list both amqp and amqplib, as kombu will setup one or the other. Change-Id: I66b81e5ef13d009d01b7656fe5e61a7cffd7dcac
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 054e46746..7cbe681cb 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,7 +1,6 @@
pbr>=0.6,!=0.7,<1.0
SQLAlchemy>=0.7.8,<=0.9.99
alembic>=0.4.1
-amqplib>=0.6.1
anyjson>=0.3.3
argparse
eventlet>=0.13.0