Skip to content

Commit a73e3fa

Browse files
Arun S KumarArun S Kumar
authored andcommitted
requirements.txt updated for python3.4
1 parent dcd2422 commit a73e3fa

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

requirements.txt

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11
coveralls==1.11.1; python_version < '3.4'
2-
coveralls==2.1.2; python_version > '3.4'
2+
coveralls==2.1.2; python_version >= '3.4'
33
flake8==3.7.9
44
flake8-per-file-ignores==0.6
55
future==0.18.2
66
graphene>=2.1.8,<3
77
iso8601==0.1.13
88
mongoengine==0.19.1; python_version < '3.4'
9-
mongoengine==0.20.0; python_version > '3.4'
9+
mongoengine==0.20.0; python_version >= '3.4'
1010
mongomock==3.21.0
1111
pymongo==3.11.0
12-
pytest==4.6.11; python_version <= '3.4'
13-
pytest==6.1.2; python_version > '3.4'
14-
pytest-cov==2.10.1
12+
pytest==4.6.11; python_version < '3.4'
13+
pytest==6.1.2; python_version >= '3.4'
14+
pytest-cov==2.8.1; python_version == '3.7'
15+
pytest-cov==2.10.1; python_version < '3.7'
16+
pytest-cov==2.10.1; python_version > '3.4'
17+
1518
singledispatch==3.4.0.3
1619
# https://stackoverflow.com/a/58189684/9041712
1720
attrs==20.2.0

0 commit comments

Comments
 (0)