diff options
author | kotfu <kotfu@kotfu.net> | 2018-07-15 16:09:01 -0600 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2018-07-15 16:09:01 -0600 |
commit | 13cfc585837cf1170c6528a5970d0dbeccd78ce1 (patch) | |
tree | e00c5d5b4102d126769e62c5b76776b88e7bbf99 /setup.py | |
parent | 8e930af452c4a7f50aa4fafb1bab4201337a4ded (diff) | |
download | cmd2-git-13cfc585837cf1170c6528a5970d0dbeccd78ce1.tar.gz |
Require ‘attrs’
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ Programming Language :: Python :: Implementation :: CPython Topic :: Software Development :: Libraries :: Python Modules """.splitlines()))) -INSTALL_REQUIRES = ['pyperclip >= 1.5.27', 'colorama'] +INSTALL_REQUIRES = ['pyperclip >= 1.5.27', 'colorama', 'attrs'] EXTRAS_REQUIRE = { # Windows also requires pyreadline to ensure tab completion works |