From d8a59999a035ccce2c3c3599c68060317eba8a7a Mon Sep 17 00:00:00 2001 From: Juergen Bocklage-Ryannel Date: Fri, 27 Jan 2017 14:34:07 +0100 Subject: added mising requirements --- setup.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index f2e9b4f..aa9b90b 100644 --- a/setup.py +++ b/setup.py @@ -48,17 +48,16 @@ setup( 'jinja2', 'path.py', 'pyyaml', + 'antlr4-python3-runtime>=4.6', + 'click', ], extras_require={ 'dev': [ - 'antlr4-python3-runtime', - 'click', 'watchdog', 'pypandoc', ], 'test': [ 'pytest', - 'click', 'watchdog', 'ipdb', ], -- cgit v1.2.1