aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJuergen Bocklage-Ryannel <jbocklage-ryannel@luxoft.com>2017-07-11 16:10:24 +0200
committerJuergen Bocklage-Ryannel <jbocklage-ryannel@luxoft.com>2017-07-11 16:10:24 +0200
commit17ba433b6a16209e7b92cdff60bf9e574616312c (patch)
tree06c555a8e2a9cfb010283332ed1e74f48a8329f8 /setup.py
parentfa9b12d4531bcb6e29cc2e417ebb6ab8ca3fcb9b (diff)
Updated setup dependencies
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index b80855b..567f9e2 100644
--- a/setup.py
+++ b/setup.py
@@ -47,7 +47,7 @@ setup(
'jinja2',
'path.py',
'pyyaml',
- 'antlr4-python3-runtime>=4.6',
+ 'antlr4-python3-runtime==4.7',
'typing',
'click',
'watchdog',