diff options
| author | Nirmal Ranganathan <rnirmal@gmail.com> | 2012-07-03 10:21:43 -0500 |
|---|---|---|
| committer | Nirmal Ranganathan <rnirmal@gmail.com> | 2012-07-06 15:02:06 -0500 |
| commit | 199ded7eb54a539b3036d8a5a7056c55b24ff9f0 (patch) | |
| tree | 361c86f5bbbf83ac31c84a10c27e8ce2113fe5be /setup.py | |
| parent | 5241529fa2ab2f59ba0f0be195727619af5f6561 (diff) | |
| download | python-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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ import setuptools import sys -requirements = ["python-novaclient"] +requirements = [] def read_file(file_name): |
