ustream / openduty

An open source Alerting and incident escalation tool
MIT License
788 stars 188 forks source link

Requirements file needs to be updated #55

Closed krutaw closed 8 years ago

krutaw commented 8 years ago

The "kombu" entry needs to be more specific and define an actual version, otherwise an older version will be installed and thus the OrderedDict version won't be loadable by the manage.py script. Here's the specific update that I had to make in order to get the manage.py syncdb command to work properly:

kombu==3.0.37

MrWeeble commented 8 years ago

I opened a PR #57 that fixes this (made it to include any 3.0.x kombu)

deathowl commented 8 years ago

Merged #57. Closing.