Skip to content

Commit ff387fe

Browse files
Arun S KumarArun S Kumar
authored andcommitted
requirements updated
1 parent 827fbec commit ff387fe

File tree

2 files changed

+16
-13
lines changed

2 files changed

+16
-13
lines changed

requirements.txt

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
1-
coveralls==1.2.0
2-
flake8==3.7.9
3-
flake8-per-file-ignores==0.6
4-
future==0.17.1
5-
graphene>=2.1.3,<3
6-
iso8601==0.1.12
7-
mongoengine==0.16.3
8-
mongomock==3.14.0
9-
pymongo==3.6.1
10-
pytest==3.3.2
11-
pytest-cov==2.5.1
1+
coveralls==1.11.1; python_version < '3.0'
2+
coveralls==2.1.2; python_version > '3.0'
3+
flake8<3.7,>=3;
4+
flake8-per-file-ignores==0.8.1
5+
future==0.18.2
6+
graphene>=2.1.8,<3
7+
iso8601==0.1.13
8+
mongoengine==0.19.1; python_version < '3.0'
9+
mongoengine==0.20.0; python_version > '3.0'
10+
mongomock==3.21.0
11+
pymongo==3.11.0
12+
pytest==4.6.11; python_version < '3.0'
13+
pytest==6.1.2; python_version > '3.0'
14+
pytest-cov==2.10.1
1215
singledispatch==3.4.0.3
1316
# https://stackoverflow.com/a/58189684/9041712
14-
attrs==19.1.0
17+
attrs==20.2.0
1518
futures; python_version < '3.0'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"mongoengine>=0.15.0",
2929
"singledispatch>=3.4.0.3",
3030
"iso8601>=0.1.12",
31-
'futures; python_version == "2.7"'
31+
'futures; python_version < "3.0"'
3232
],
3333
python_requires=">=2.7",
3434
zip_safe=True,

0 commit comments

Comments
 (0)