summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorTang Chen <chen.tang@easystack.cn>2016-06-28 18:45:37 +0800
committerTang Chen <chen.tang@easystack.cn>2016-06-28 18:45:37 +0800
commit0a36c00807156398ce6cb833ad3b6ab6da783e00 (patch)
tree9dfe597c621a1997fcacedaf09bcda759b92e109 /requirements.txt
parent393e7f7016b8b1159c9066718af1cf2dd4f08584 (diff)
downloadpython-saharaclient-0a36c00807156398ce6cb833ad3b6ab6da783e00.tar.gz
Add openstackclient dependency back
Change I9543988830eeeac0d09facebabdeed9a968ba3f0 used osc-lib to replace OpenStackClient(OSC), and removed OSC from requirement.txt. This will cause this plugin client unable to work until users install OSC themselves. osc-lib aims to provide common utils that all OSC plugins may use. At some point, some uses will not want OSC automagically pulled in, and osc-lib allows that. But for those who want to install OSC automatically, we should add the dependency back. Change-Id: I390fd17ff6b856990ee0de8bfb0954e2e85a33bb
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 6c48f54..0ccbacb 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -13,6 +13,7 @@ oslo.serialization>=1.10.0 # Apache-2.0
oslo.i18n>=2.1.0 # Apache-2.0
oslo.utils>=3.11.0 # Apache-2.0
python-keystoneclient!=1.8.0,!=2.1.0,>=1.7.0 # Apache-2.0
+python-openstackclient>=2.1.0 # Apache-2.0
requests>=2.10.0 # Apache-2.0
six>=1.9.0 # MIT
PrettyTable<0.8,>=0.7 # BSD