1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

Remove yarl from extra dependencies: should be there if needed via aiohttp

This commit is contained in:
Bruno Alla
2019-07-08 14:12:05 +01:00
parent 41e174ccb6
commit 26a4b8df55

View File

@@ -28,7 +28,6 @@ install_requires = [
'six>=1.5',
'contextlib2; python_version=="2.7"',
'mock; python_version=="2.7"',
'yarl; python_version>="3.5"',
]
excluded_packages = ["tests*"]