summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorEric Lin <anselor@gmail.com>2018-04-17 12:21:52 -0400
committerEric Lin <anselor@gmail.com>2018-04-17 12:21:59 -0400
commit658562235b9f4fd7b5ebb01b386cba9dc541e4e7 (patch)
treeb6e15412bb7e3def4fe2edfbba5769bb9f2fe9a1 /setup.py
parentde471a898eecdc49addf5912d6b43aa218ee85da (diff)
downloadcmd2-git-658562235b9f4fd7b5ebb01b386cba9dc541e4e7.tar.gz
Bringing back color. Updated dependencies to include colorama.
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 0944c585..e90f49d6 100755
--- a/setup.py
+++ b/setup.py
@@ -61,7 +61,7 @@ Programming Language :: Python :: Implementation :: PyPy3
Topic :: Software Development :: Libraries :: Python Modules
""".splitlines())))
-INSTALL_REQUIRES = ['pyparsing >= 2.1.0', 'pyperclip >= 1.5.27']
+INSTALL_REQUIRES = ['pyparsing >= 2.1.0', 'pyperclip >= 1.5.27', 'colorama']
EXTRAS_REQUIRE = {
# Windows also requires pyreadline to ensure tab completion works