diff --git a/setup.py b/setup.py index 5952305..534b055 100644 --- a/setup.py +++ b/setup.py @@ -1,9 +1,10 @@ install_requires = [ 'keyring', 'ldap3', 'bs4', 'phabricator', 'pyyaml', 'gitpython' 'svn' + 'termcolor' ]