ustream / openduty

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

Pin Kombu 3 #57

Closed MrWeeble closed 7 years ago

MrWeeble commented 7 years ago

Kombu 4.0.0 is not compatible with the version of celery frozen in requirements

  File "/opt/openduty/env/local/lib/python2.7/site-packages/celery/five.py", line 153, in <module>
    from kombu.utils.compat import OrderedDict  # noqa
ImportError: cannot import name OrderedDict
deathowl commented 7 years ago

Thanks for the PR!