Skip to content

Commit 38eae3b

Browse files
requirements.txt updated to python 3.4
1 parent 7a3825b commit 38eae3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ mongomock==3.22.0
1111
pymongo==3.11.2
1212
pytest==4.6.11; python_version <= '3.5'
1313
pytest==6.2.1; python_version > '3.5'
14-
pytest-cov==2.8.1; python_version == '3.5'
14+
pytest-cov==2.8.1; python_version == '3.5' or python_version == '3.4'
1515
pytest-cov==2.10.1; python_version < '3.5' or python_version > '3.5'
1616
singledispatch==3.4.0.3
1717
# https://stackoverflow.com/a/58189684/9041712

0 commit comments

Comments
 (0)