mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-08 16:53:23 +00:00
Pin yarl and multidict version for python34
This commit is contained in:
4
setup.py
4
setup.py
@@ -28,7 +28,9 @@ install_requires = [
|
|||||||
'six>=1.5',
|
'six>=1.5',
|
||||||
'contextlib2; python_version=="2.7"',
|
'contextlib2; python_version=="2.7"',
|
||||||
'mock; python_version=="2.7"',
|
'mock; python_version=="2.7"',
|
||||||
'yarl; python_version>="3.4"',
|
'yarl; python_version>"3.4"',
|
||||||
|
'yarl<1.0.0; python_version=="3.4"',
|
||||||
|
'multidict<4.0.0,>=2.0; python_version=="3.4"'
|
||||||
]
|
]
|
||||||
|
|
||||||
excluded_packages = ["tests*"]
|
excluded_packages = ["tests*"]
|
||||||
|
|||||||
Reference in New Issue
Block a user