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

Merge pull request #374 from adamchainz/readme_supported

Update docs' lists of supported HTTP clients
This commit is contained in:
Luiz Menezes
2018-09-18 14:45:11 -03:00
committed by GitHub
2 changed files with 10 additions and 21 deletions

View File

@@ -41,19 +41,6 @@ VCR.py will detect the absence of a cassette file and once again record
all HTTP interactions, which will update them to correspond to the new
API.
Support
-------
VCR.py works great with the following HTTP clients:
- requests
- aiohttp
- urllib3
- tornado
- urllib2
- boto3
License
=======