summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDan Wendlandt <dan@nicira.com>2012-01-24 18:19:02 -0800
committerMonty Taylor <mordred@inaugust.com>2012-01-24 18:29:49 -0800
commite83eee7b11e886861a5f370ddb74bbb4342bf867 (patch)
tree9444d6d2860f94b2ac6e2f70ab42ba3092fbd669 /setup.py
parentd0dd2ecd635c0eb5fb239645879948f9f498b7b4 (diff)
downloadpython-neutronclient-e83eee7b11e886861a5f370ddb74bbb4342bf867.tar.gz
Initial cut at removing unneeded dependencies.
Removed deps left-over from quantum-server Also Added 501 exceptions to client package. Change-Id: I4aa45090ce211d29ae97d398572817a68f690122
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 2b9b421..4eb2698 100644
--- a/setup.py
+++ b/setup.py
@@ -61,6 +61,10 @@ ShortDescription = Summary
Description = Summary
requires = [
+ 'Paste',
+ 'PasteDeploy',
+ 'python-gflags',
+ 'webob'
]
EagerResources = [