Skip to content

Commit bd8be20

Browse files
requirements.txt fixed for python 3.4
1 parent 38eae3b commit bd8be20

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
@@ -12,7 +12,7 @@ pymongo==3.11.2
1212
pytest==4.6.11; python_version <= '3.5'
1313
pytest==6.2.1; python_version > '3.5'
1414
pytest-cov==2.8.1; python_version == '3.5' or python_version == '3.4'
15-
pytest-cov==2.10.1; python_version < '3.5' or python_version > '3.5'
15+
pytest-cov==2.10.1; python_version < '3.4' or python_version > '3.5'
1616
singledispatch==3.4.0.3
1717
# https://stackoverflow.com/a/58189684/9041712
1818
attrs==20.2.0

0 commit comments

Comments
 (0)