Browse Source

add click-log to setup.py

It exists in requirements.txt, but not here
haliphax 7 years ago
parent
commit
1a02bb0adf
1 changed files with 1 additions and 0 deletions
  1. 1 0
      setup.py

+ 1 - 0
setup.py

@@ -68,6 +68,7 @@ setup(
         'blinker',
         'celery',
         'click',
+        'click-log',
         'enum34',
         'Flask',
         'Flask-Alembic',