summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorTang Chen <chen.tang@easystack.cn>2016-06-24 13:36:37 +0800
committerTang Chen <chen.tang@easystack.cn>2016-06-24 13:36:37 +0800
commite5a76f63f46bca2b81a02cfd07d96c93c624b73d (patch)
tree98feec7a86fe64f237cd86b8eaf361ee47c31989 /requirements.txt
parentee9cbe632c24bd1cbe78ed1c7f5e908921acb1e3 (diff)
downloadpython-designateclient-e5a76f63f46bca2b81a02cfd07d96c93c624b73d.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: I4377951ba0b58ea94a43c688b66c0b87dda7225d
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 1f01949..04baebe 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,6 +3,7 @@
# process, which may cause wedges in the gate later.
cliff!=1.16.0,!=1.17.0,>=1.15.0 # Apache-2.0
jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT
+osc-lib>=0.1.0 # Apache-2.0
oslo.utils>=3.11.0 # Apache-2.0
pbr>=1.6 # Apache-2.0
keystoneauth1>=2.7.0 # Apache-2.0