Configuring an 'extra' package named qpid

This commit is contained in:
Brian Bouterse 2014-03-18 16:17:54 -04:00
parent 2147cef528
commit cb772ade57
3 changed files with 5 additions and 4 deletions

View File

@ -1,2 +1,2 @@
qpid-python
qpid-tools
qpid-python>=0.26
qpid-tools>=0.26

View File

@ -24,5 +24,5 @@ django-kombu
boto
# Qpid transport
qpid-python
qpid-tools
qpid-python>=0.26
qpid-tools>=0.26

View File

@ -135,6 +135,7 @@ extras_require = extra['extras_require'] = {
'librabbitmq': extras('librabbitmq.txt'),
'pyro': extras('pyro.txt'),
'slmq': extras('slmq.txt'),
'qpid': extras('qpid.txt'),
}
setup(