We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f5c6ce commit e676225Copy full SHA for e676225
1 file changed
requirements.txt
@@ -2,5 +2,6 @@ nose==1.2.1
2
py==1.4.12
3
tox==1.4.2
4
wheel==0.24.0
5
-coverage==3.7.1
+coverage==5.0.3 ; python_version == '3.8'
6
+coverage==3.7.1 ; python_version != '3.8'
7
hypothesis==3.1.0
0 commit comments