Fixed version of pymongo.
... | @@ -44,6 +44,7 @@ elasticsearch==6.4.0 | ... | @@ -44,6 +44,7 @@ elasticsearch==6.4.0 |
msgpack<0.6.0 | msgpack<0.6.0 | ||
celery[redis] | celery[redis] | ||
mongoengine==0.19.1 | mongoengine==0.19.1 | ||
pymongo==3.10.1 | |||
Werkzeug==0.16.1 | Werkzeug==0.16.1 | ||
flask | flask | ||
flask-restplus | flask-restplus | ||
... | @@ -88,7 +89,7 @@ pylint_mongoengine==0.3.3 | ... | @@ -88,7 +89,7 @@ pylint_mongoengine==0.3.3 |
pycodestyle | pycodestyle | ||
pytest==3.10.0 # celery fixtures not compatible with 4.x | pytest==3.10.0 # celery fixtures not compatible with 4.x | ||
pytest-timeout | pytest-timeout | ||
pytest-cov | pytest-cov==2.7.1 | ||
rope | rope | ||
mongomock==3.17.0 | mongomock==3.17.0 | ||
names | names | ||
... | ... |
Please register or sign in to comment