ask / carrot

AMQP Messaging Framework for Python (discontinued; Use Kombu instead)
http://ask.github.com/carrot/
BSD 3-Clause "New" or "Revised" License
197 stars 34 forks source link

carrot doesn't work with amqplib 0.5, but the setup.py dependency is not versioned. #26

Closed timetric closed 14 years ago

timetric commented 14 years ago

It should require amqplib==0.6

ask commented 14 years ago

Carrot now depends on amqplib >= 0.6. Closed by 921cff7389f1faead02564fd3adf7f1ad31c268d. Thanks to timetric.