We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c138693 commit dcd2422Copy full SHA for dcd2422
requirements.txt
@@ -1,16 +1,16 @@
1
coveralls==1.11.1; python_version < '3.4'
2
-coveralls==2.1.2; python_version >= '3.4'
+coveralls==2.1.2; python_version > '3.4'
3
flake8==3.7.9
4
flake8-per-file-ignores==0.6
5
future==0.18.2
6
graphene>=2.1.8,<3
7
iso8601==0.1.13
8
mongoengine==0.19.1; python_version < '3.4'
9
-mongoengine==0.20.0; python_version >= '3.4'
+mongoengine==0.20.0; python_version > '3.4'
10
mongomock==3.21.0
11
pymongo==3.11.0
12
pytest==4.6.11; python_version <= '3.4'
13
-pytest==6.1.2; python_version >= '3.4'
+pytest==6.1.2; python_version > '3.4'
14
pytest-cov==2.10.1
15
singledispatch==3.4.0.3
16
# https://stackoverflow.com/a/58189684/9041712
0 commit comments