Skip to content

Commit f477b90

Browse files
Arun S KumarArun S Kumar
authored andcommitted
requirements.txt updated for python 3.4
1 parent 1c9df70 commit f477b90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ mongoengine==0.19.1; python_version < '3.4'
99
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.0'
13-
pytest==6.1.2; python_version > '3.0'
12+
pytest==4.6.11; python_version < '3.4'
13+
pytest==6.1.2; python_version > '3.4'
1414
pytest-cov==2.10.1
1515
singledispatch==3.4.0.3
1616
# https://stackoverflow.com/a/58189684/9041712

0 commit comments

Comments
 (0)