vcrpy6.0.2
vcrpy6.0.2
Published
Automatically mock your HTTP interactions to simplify and speed up testing
pip install vcrpy
Package Downloads
Authors
Project URLs
Requires Python
>=3.8
Dependencies
- PyYAML
- wrapt
- yarl
- urllib3
; platform_python_implementation != "PyPy" and python_version >= "3.10"
- urllib3
<2; platform_python_implementation == "PyPy"
- urllib3
<2; python_version < "3.10"
- aiohttp
; extra == "tests"
- boto3
; extra == "tests"
- httplib2
; extra == "tests"
- httpx
; extra == "tests"
- pytest-aiohttp
; extra == "tests"
- pytest-asyncio
; extra == "tests"
- pytest-cov
; extra == "tests"
- pytest-httpbin
; extra == "tests"
- pytest
; extra == "tests"
- requests
>=2.22.0; extra == "tests"
- tornado
; extra == "tests"
- urllib3
; extra == "tests"
- Werkzeug
==2.0.3; extra == "tests"