--- setup.py | 2 -- 1 file changed, 2 deletions(-) --- a/setup.py +++ b/setup.py @@ -68,8 +68,6 @@ EXTRAS_REQUIRE = { ":sys_platform=='win32'": ['pyreadline'], # POSIX OSes also require wcwidth for correctly estimating the displayed width of unicode chars ":sys_platform!='win32'": ['wcwidth'], - # Python 3.4 and earlier require contextlib2 for temporarily redirecting stderr and stdout - ":python_version<'3.5'": ['contextlib2', 'typing'], # development only dependencies # install with 'pip install -e .[dev]' 'dev': [