mirror of https://github.com/celery/kombu.git
Hotfix to pin pymongo version; potential #474 resolution.
Adapting to changes in pymongo-3.0 is better, but this would at least help prevent broken installs (and tests).
This commit is contained in:
parent
ba05d0845e
commit
cc428546b4
|
@ -1 +1 @@
|
||||||
pymongo>=2.6.2
|
pymongo>=2.6.2,<3.0
|
||||||
|
|
Loading…
Reference in New Issue