summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorkotfu <kotfu@kotfu.net>2018-07-15 16:09:01 -0600
committerkotfu <kotfu@kotfu.net>2018-07-15 16:09:01 -0600
commit13cfc585837cf1170c6528a5970d0dbeccd78ce1 (patch)
treee00c5d5b4102d126769e62c5b76776b88e7bbf99 /setup.py
parent8e930af452c4a7f50aa4fafb1bab4201337a4ded (diff)
downloadcmd2-git-13cfc585837cf1170c6528a5970d0dbeccd78ce1.tar.gz
Require ‘attrs’
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index b3ebefbe..0103bcfb 100755
--- a/setup.py
+++ b/setup.py
@@ -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