We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6935b7 commit 28a4977Copy full SHA for 28a4977
setup.py
@@ -69,6 +69,7 @@
69
EXTRAS_REQUIRE = {
70
# Windows also requires pyreadline to ensure tab completion works
71
":sys_platform=='win32'": ['pyreadline'],
72
+ ":sys_platform!='win32'": ['wcwidth'],
73
# Python 3.4 and earlier require contextlib2 for temporarily redirecting stderr and stdout
74
":python_version<'3.5'": ['contextlib2'],
75
# Python 3.3 and earlier require enum34 backport of enum module from Python 3.4
0 commit comments