Skip to content

Commit 2db39af

Browse files
committed
Remove Python 3.6 specific dependencies
1 parent f71ca20 commit 2db39af

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

requirements.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
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'
2+
pytest==6.2.5
3+
pytest-cov==3.0.0
64
hypothesis==3.1.0 ; python_version < '3.8'
75
hypothesis==5.5.4 ; python_version == '3.8'
86
hypothesis==5.35.4 ; python_version == '3.9'

0 commit comments

Comments
 (0)