Remove unused packages out of dependency 71/6471/1
authorLianhao Lu <lianhao.lu@intel.com>
Tue, 1 Aug 2017 03:13:33 +0000 (11:13 +0800)
committerLianhao Lu <lianhao.lu@intel.com>
Tue, 1 Aug 2017 03:14:49 +0000 (11:14 +0800)
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 <lianhao.lu@intel.com>
setup.py

index 53c7f1a..8e1586b 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -66,10 +66,5 @@ setup(
     install_requires=[\r
         'ruamel.yaml<0.12.0,>=0.11.12',\r
         'requests<2.14.0,>=2.3.0',\r
-        'logging',\r
-        'clint==0.5.1',\r
-        'CacheControl[filecache]==0.11.6',\r
-        'lockfile',\r
-        'Jinja2==2.8',\r
         'apache-ariatosca==0.1.1'])\r
 \r