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 f71ca20 commit 2db39afCopy full SHA for 2db39af
requirements.txt
@@ -1,8 +1,6 @@
1
wheel==0.24.0
2
-pytest==6.2.5 ; python_version >= '3.6'
3
-pytest<5.0 ; python_version < '3.6'
4
-pytest-cov==3.0.0 ; python_version >= '3.6'
5
-pytest-cov<3.0.0 ; python_version < '3.6'
+pytest==6.2.5
+pytest-cov==3.0.0
6
hypothesis==3.1.0 ; python_version < '3.8'
7
hypothesis==5.5.4 ; python_version == '3.8'
8
hypothesis==5.35.4 ; python_version == '3.9'
0 commit comments