From: Lianhao Lu Date: Tue, 1 Aug 2017 03:13:33 +0000 (+0800) Subject: Remove unused packages out of dependency X-Git-Tag: 2.0.0-ONAP~25 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F71%2F6471%2F1;p=vnfsdk%2Fpkgtools.git Remove unused packages out of dependency No need to put packages which is not directly used or already a part of python standard library in the dependency list. Change-Id: I1b1e81beaa5af30404e4f2862e5b2e7d51c5b9b1 Issue-ID: VNFSDK-61 Signed-off-by: Lianhao Lu --- diff --git a/setup.py b/setup.py index 53c7f1a..8e1586b 100644 --- a/setup.py +++ b/setup.py @@ -66,10 +66,5 @@ setup( install_requires=[ 'ruamel.yaml<0.12.0,>=0.11.12', 'requests<2.14.0,>=2.3.0', - 'logging', - 'clint==0.5.1', - 'CacheControl[filecache]==0.11.6', - 'lockfile', - 'Jinja2==2.8', 'apache-ariatosca==0.1.1'])