aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJuergen Bocklage-Ryannel <jbocklage-ryannel@luxoft.com>2018-01-18 15:24:23 +0100
committerJuergen Bocklage-Ryannel <jbocklage-ryannel@luxoft.com>2018-01-18 15:24:23 +0100
commit6a0a4134df2cbc16f7843b38ece5394a42774fcb (patch)
tree0d19616c1a9c2ebe164d9bf7b85b8439cd33dad2 /setup.py
parentac006b360dd2577e95cec32654b79f2423e371ac (diff)
added missing dependency
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 567f9e2..295c53e 100644
--- a/setup.py
+++ b/setup.py
@@ -44,14 +44,15 @@ setup(
packages=find_packages(),
include_package_data=True,
install_requires=[
+ 'click',
+ 'antlr4-python3-runtime==4.7',
'jinja2',
'path.py',
'pyyaml',
- 'antlr4-python3-runtime==4.7',
'typing',
- 'click',
'watchdog',
'six',
+ 'coloredlogs',
],
extras_require={
'dev': [