We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5d19a0 commit ecf1dd6Copy full SHA for ecf1dd6
requirements.txt
@@ -10,5 +10,6 @@ six==1.15.0
10
tornado==5.1.1; python_version<"3.6"
11
tornado==6.0.4; python_version>="3.6"
12
trio==0.16.0; python_version>="3.6"
13
-outcome==1.1.0; python_version>="3.5"
+outcome==1.1.0; python_version>="3.6"
14
+outcome==1.0.1; python_version<="3.5"
15
attrs==20.3.0; python_version>="3.5"
0 commit comments