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 08fada4 commit 38babe3Copy full SHA for 38babe3
requirements.txt
@@ -16,6 +16,7 @@ sortedcontainers==2.4.0
16
certifi>=2021.10.8
17
six==1.16.0
18
nose==1.3.7
19
+sniffio;python_version>="3.7"
20
ipdb==0.13.4;python_version<"3.5"
21
ipdb==0.13.9;python_version>="3.5"
22
parso==0.7.1;python_version<"3.6"
setup.py
@@ -132,6 +132,7 @@
132
"certifi>=2021.10.8",
133
"six==1.16.0",
134
"nose==1.3.7",
135
+ 'sniffio;python_version>="3.7"', # For "trio". (Funnier under "nose")
136
'ipdb==0.13.4;python_version<"3.5"',
137
'ipdb==0.13.9;python_version>="3.5"',
138
'parso==0.7.1;python_version<"3.6"',
0 commit comments