1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 01:03:24 +00:00

Patch httpcore instead of httpx

This commit is contained in:
Seow Alex
2025-09-17 22:45:48 +01:00
committed by Jair Henrique
parent e2f3240835
commit 952994b365
5 changed files with 231 additions and 213 deletions

View File

@@ -38,6 +38,7 @@ extras_require = {
"boto3",
"cryptography",
"httpbin",
"httpcore",
"httplib2",
"httpx",
"pycurl; platform_python_implementation !='PyPy'",