diff --git a/setup.py b/setup.py index 4acbd5d..0c36869 100755 --- a/setup.py +++ b/setup.py @@ -212,7 +212,7 @@ install_requires = [ # but requires pip >= 6. pip < 6 ignores these. extras_require.update({ - ':python_version == "2.7" or python_version == "3.3"': ['pathlib2'], + ':python_version == "3.3"': ['pathlib2'], ':sys_platform != "win32"': ['pexpect'], ':sys_platform == "darwin"': ['appnope'], ':sys_platform == "win32"': ['colorama'],