diff --git a/setup.py b/setup.py index ad54f83..547c642 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ install_requires = [ 'six>=1.5', 'contextlib2; python_version=="2.7"', 'mock; python_version=="2.7"', - 'yarl; python_version>"3.5"', + 'yarl; python_version>="3.5"', ] excluded_packages = ["tests*"]