Gets rid of colorama

This commit is contained in:
Manuel Ebert 2014-01-02 23:41:53 +01:00
parent c10cc1fee4
commit 9d352b4bad
7 changed files with 8 additions and 21 deletions

View file

@ -73,7 +73,6 @@ setup(
"pytz>=2013b",
"tzlocal==1.0",
"slugify>=0.0.1",
"colorama>=0.2.5",
"keyring>=3.0.5"
] + [p for p, cond in conditional_dependencies.items() if cond],
extras_require = {