diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-11-11 21:50:44 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-11-11 21:50:44 -0500 |
commit | f02cf54284c4feacee5647d29665158fa5137f5f (patch) | |
tree | e421ec9b49338a312c0db759d4b5c87c7299e1a7 /setup.py | |
parent | 0f11ffa3b992e3f777b96dfe46d4274bfca0dcc8 (diff) | |
parent | d4dc6b6a98fdb44b08701a3826ee88b6c22b72fd (diff) | |
download | cmd2-git-f02cf54284c4feacee5647d29665158fa5137f5f.tar.gz |
Merge branch 'master' into 2.0
# Conflicts:
# CHANGELOG.md
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -31,14 +31,13 @@ Programming Language :: Python :: Implementation :: CPython Topic :: Software Development :: Libraries :: Python Modules """.splitlines()))) # noqa: E128 -SETUP_REQUIRES = ['setuptools_scm >= 3.0'] +SETUP_REQUIRES = ['setuptools >= 34.4', 'setuptools_scm >= 3.0'] INSTALL_REQUIRES = [ 'attrs >= 16.3.0', 'colorama >= 0.3.7', 'importlib_metadata>=1.6.0;python_version<"3.8"', 'pyperclip >= 1.6', - 'setuptools >= 34.4', 'wcwidth >= 0.1.7', ] |