diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-07-05 17:16:38 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-07-05 17:16:38 +0000 |
| commit | 6d911d2d41dbe91edf2c8a56eebccfb5a1a3469d (patch) | |
| tree | 2e62108e9d4c05957cc8d6a98e08453ae7f7e608 | |
| parent | 222330898300676dbadd82d8c000a02ad964d35c (diff) | |
| parent | b04d7a988c260649a91693b7d0c7f5d200b1c1ed (diff) | |
| download | python-openstackclient-6d911d2d41dbe91edf2c8a56eebccfb5a1a3469d.tar.gz | |
Merge "Use PyPI for client libs."
| -rw-r--r-- | tools/pip-requires | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/pip-requires b/tools/pip-requires index dcb4d0ca..efcaf7fe 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -2,6 +2,6 @@ cliff argparse httplib2 prettytable +python-keystoneclient>=0.1,<0.2 +python-novaclient>=2,<3 simplejson -https://github.com/openstack/python-keystoneclient/zipball/master#egg=python-keystoneclient -https://github.com/openstack/python-novaclient/zipball/master#egg=python-novaclient |
