diff options
author | 2018-09-27 11:19:56 -0400 | |
---|---|---|
committer | 2018-09-27 11:20:03 -0400 | |
commit | 7b9c4022a495a22ad9842d9aab927b59bd0da8f0 (patch) | |
tree | 6efb3dd84081d614add2901ff85a7eadc2c1040f | |
parent | f52a2ab77fa5f0e5369ed5c92faf814375870300 (diff) |
Fix dependency version
Issue-ID: DCAEGEN2-716
Change-Id: Id5095ce40b3e7892d4f643e79c0dea8ec38566bc
Signed-off-by: Lusheng Ji <lji@research.att.com>
-rw-r--r-- | dcae-cli/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dcae-cli/setup.py b/dcae-cli/setup.py index d5f5dcc..3cb9147 100644 --- a/dcae-cli/setup.py +++ b/dcae-cli/setup.py @@ -46,7 +46,7 @@ setup( 'six', 'sqlalchemy', 'SQLAlchemy-Utils', - 'click', + 'click>=6.0,<7.0', 'jsonschema', 'terminaltables', 'psycopg2', |