Skip to content

Commit 1c9df70

Browse files
Arun S KumarArun S Kumar
authored andcommitted
requirements.txt updated
1 parent 4a68f96 commit 1c9df70

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ flake8-per-file-ignores==0.6
55
future==0.18.2
66
graphene>=2.1.8,<3
77
iso8601==0.1.13
8-
mongoengine==0.19.1; python_version < '3.0'
9-
mongoengine==0.20.0; python_version > '3.0'
8+
mongoengine==0.19.1; python_version < '3.4'
9+
mongoengine==0.20.0; python_version > '3.4'
1010
mongomock==3.21.0
1111
pymongo==3.11.0
1212
pytest==4.6.11; python_version < '3.0'
1313
pytest==6.1.2; python_version > '3.0'
14+
pytest-cov==2.10.1
1415
singledispatch==3.4.0.3
1516
# https://stackoverflow.com/a/58189684/9041712
1617
attrs==20.2.0

0 commit comments

Comments
 (0)