summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorNirmal Ranganathan <rnirmal@gmail.com>2012-07-03 10:21:43 -0500
committerNirmal Ranganathan <rnirmal@gmail.com>2012-07-06 15:02:06 -0500
commit199ded7eb54a539b3036d8a5a7056c55b24ff9f0 (patch)
tree361c86f5bbbf83ac31c84a10c27e8ce2113fe5be /setup.py
parent5241529fa2ab2f59ba0f0be195727619af5f6561 (diff)
downloadpython-troveclient-199ded7eb54a539b3036d8a5a7056c55b24ff9f0.tar.gz
Moving away from novaclient and adding all the missing pieces into reddwarfclient.
- Added parameters for the authentication instead of the arguments. - Cleaned out the HttpClient and Authentication pieces.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index ee8d5a5..93389a3 100644
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@ import setuptools
import sys
-requirements = ["python-novaclient"]
+requirements = []
def read_file(file_name):