mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-09 01:03:24 +00:00
Add missing requirement yarl for python >= 3.4
This commit is contained in:
1
setup.py
1
setup.py
@@ -31,6 +31,7 @@ extras_require = {
|
|||||||
':python_version in "2.4, 2.5, 2.6"':
|
':python_version in "2.4, 2.5, 2.6"':
|
||||||
['contextlib2', 'backport_collections', 'mock'],
|
['contextlib2', 'backport_collections', 'mock'],
|
||||||
':python_version in "2.7, 3.1, 3.2"': ['contextlib2', 'mock'],
|
':python_version in "2.7, 3.1, 3.2"': ['contextlib2', 'mock'],
|
||||||
|
':python_version in "3.4, 3.5, 3.6"': ['yarl'],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user