diff options
author | Todd Leonhardt <toleonha@microsoft.com> | 2018-04-10 10:27:18 -0700 |
---|---|---|
committer | Todd Leonhardt <toleonha@microsoft.com> | 2018-04-10 10:27:18 -0700 |
commit | 3efcce1adbc259edde7429933bcd5ad753810a46 (patch) | |
tree | fd08d2bf507ed6476f4eae83d11237add4cba308 /setup.py | |
parent | ef28616232b509b46fd59e13fa69d69054ef71ad (diff) | |
parent | 322a7c2c36e4efd345a3d57dd09aea3200e0656b (diff) | |
download | cmd2-git-3efcce1adbc259edde7429933bcd5ad753810a46.tar.gz |
Merge branch 'master' into delete_optparse
# Conflicts:
# CHANGELOG.md
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -69,6 +69,7 @@ INSTALL_REQUIRES = ['pyparsing >= 2.0.1', 'pyperclip', 'six'] EXTRAS_REQUIRE = { # Windows also requires pyreadline to ensure tab completion works ":sys_platform=='win32'": ['pyreadline'], + ":sys_platform!='win32'": ['wcwidth'], # Python 3.4 and earlier require contextlib2 for temporarily redirecting stderr and stdout ":python_version<'3.5'": ['contextlib2'], # Python 3.3 and earlier require enum34 backport of enum module from Python 3.4 |