diff options
author | Brian Waldon <bcwaldon@gmail.com> | 2012-03-26 22:48:48 -0700 |
---|---|---|
committer | Brian Waldon <bcwaldon@gmail.com> | 2012-03-26 22:48:48 -0700 |
commit | c530de638916d29c609f66194569f57234a68289 (patch) | |
tree | e44cfc2791b8bf2932573e4a9157cc6144d59d72 /tools/pip-requires | |
parent | b5847df3e203ec83126a3cc903bca58093399b89 (diff) | |
download | python-glanceclient-c530de638916d29c609f66194569f57234a68289.tar.gz |
Basic get/list operations work
* 'glance image-list' and 'glance image-show' work
* Set up tests, pep8, venv
Diffstat (limited to 'tools/pip-requires')
-rw-r--r-- | tools/pip-requires | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/pip-requires b/tools/pip-requires index 32cdbc0..01e5e25 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -2,3 +2,5 @@ argparse httplib2 prettytable simplejson + +-e git://github.com/openstack/python-keystoneclient.git#egg=keystoneclient |