We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 483053f commit 26b28d7Copy full SHA for 26b28d7
1 file changed
setup.py
@@ -19,7 +19,8 @@
19
"pytest-asyncio==0.21.1",
20
"pytest-console-scripts==1.4.1",
21
"pytest-cov==5.0.0",
22
- "vcrpy==4.4.0",
+ "vcrpy==4.4.0;python_version<='3.8'",
23
+ "vcrpy==7.0.0;python_version>'3.8'",
24
"aiofiles",
25
]
26
0 commit comments