diff options
author | 2017-08-01 11:13:33 +0800 | |
---|---|---|
committer | 2017-08-01 11:14:49 +0800 | |
commit | b23070d74637c33acd50bd65663fac8be098ede1 (patch) | |
tree | ac6a9af7421f889f1bef7307c4537f7ca9245b3b | |
parent | 9b2c52b958acf3e104259f79db4df8de61910630 (diff) |
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 <lianhao.lu@intel.com>
-rw-r--r-- | setup.py | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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'])
|