We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38eae3b commit bd8be20Copy full SHA for bd8be20
requirements.txt
@@ -12,7 +12,7 @@ pymongo==3.11.2
12
pytest==4.6.11; python_version <= '3.5'
13
pytest==6.2.1; python_version > '3.5'
14
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'
+pytest-cov==2.10.1; python_version < '3.4' or python_version > '3.5'
16
singledispatch==3.4.0.3
17
# https://stackoverflow.com/a/58189684/9041712
18
attrs==20.2.0
0 commit comments