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 86b44d2 commit 414ec14Copy full SHA for 414ec14
1 file changed
setup.py
@@ -16,7 +16,7 @@
16
packages=find_packages(),
17
entry_points={'pytest11': ['trio = pytest_trio.plugin']},
18
install_requires=[
19
- "trio",
+ "trio >= 0.11",
20
"async_generator >= 1.9",
21
# For node.get_closest_marker
22
"pytest >= 3.6"
0 commit comments