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>
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