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 e676225 commit ca632a0Copy full SHA for ca632a0
requirements.txt
@@ -4,4 +4,5 @@ tox==1.4.2
4
wheel==0.24.0
5
coverage==5.0.3 ; python_version == '3.8'
6
coverage==3.7.1 ; python_version != '3.8'
7
-hypothesis==3.1.0
+hypothesis==3.1.0 ; python_version != '3.8'
8
+hypothesis==5.5.4 ; python_version == '3.8'
0 commit comments