diff options
author | Ask Solem <ask@celeryproject.org> | 2012-05-22 19:50:58 +0100 |
---|---|---|
committer | Ask Solem <ask@celeryproject.org> | 2012-05-22 19:50:58 +0100 |
commit | 4300eff0e99bef62fcf978b033a6dc7be51986d7 (patch) | |
tree | 263e14c5f8319cbf2e6cf679a3c5ce7c24f66528 /requirements/default.txt | |
parent | 60d8ac1fbc6f6055c8f7346cd335cbe25fa4fbef (diff) | |
download | kombu-4300eff0e99bef62fcf978b033a6dc7be51986d7.tar.gz |
Install librabbitmq if supported, and amqp points to lrmq if installed
Diffstat (limited to 'requirements/default.txt')
-rw-r--r-- | requirements/default.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements/default.txt b/requirements/default.txt index 9d7aebdb..891b9ed2 100644 --- a/requirements/default.txt +++ b/requirements/default.txt @@ -1,2 +1,2 @@ anyjson>=0.3.1 -amqplib>=1.0 +librabbitmq>=0.9.3 |