1
0
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:
jxltom
2018-11-14 09:48:49 +08:00
committed by GitHub
parent cc9fabf2d9
commit 6c166482d9

View File

@@ -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*"]