summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorTang Chen <chen.tang@easystack.cn>2016-06-24 10:31:42 +0800
committerTang Chen <chen.tang@easystack.cn>2016-06-29 15:33:03 +0800
commitf1c9930436b17c800f11cfbccd5399fc847ca8d5 (patch)
tree2002b4ccbf4c97838cecdcfbd5359aeb3b795767 /requirements.txt
parentd84f0af0314fcbf5c6ff382888017aff26dc64f0 (diff)
downloadpython-heatclient-f1c9930436b17c800f11cfbccd5399fc847ca8d5.tar.gz
Use osc-lib instead of openstackclient
osc-lib is a package of common support modules for writing OSC plugins. All common functions, classes such as exceptions, utils, logs and so on have been moved from openstackclient to osc-lib. So use osc-lib instead of openstackclient. Change-Id: I14323d43d0e5b41ce0611590f5f6a375cdc3dc2d
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 aacc35f..9376c4c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,6 +6,7 @@ Babel>=2.3.4 # BSD
pbr>=1.6 # Apache-2.0
cliff!=1.16.0,!=1.17.0,>=1.15.0 # Apache-2.0
iso8601>=0.1.11 # MIT
+osc-lib>=0.1.0 # Apache-2.0
PrettyTable<0.8,>=0.7 # BSD
oslo.i18n>=2.1.0 # Apache-2.0
oslo.serialization>=1.10.0 # Apache-2.0