Add missing dependencies

webob is used by the metadata service
python-novaclient is used to talk to nova
This commit is contained in:
Doug Hellmann 2014-01-03 11:10:52 -05:00
parent df4134e104
commit b90414e2d2
1 changed files with 3 additions and 1 deletions

View File

@ -13,7 +13,9 @@ setup(
'httplib2>=0.7.2',
'python-neutronclient>=2.1',
'oslo.config',
'kombu>=2.4.8'
'kombu>=2.4.8',
'webob',
'python-novaclient',
],
namespace_packages=['akanda'],
packages=find_packages(exclude=['test']),