summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-04-06 15:31:17 +0000
committerGerrit Code Review <review@openstack.org>2020-04-06 15:31:17 +0000
commit565a256f4e8bfc37e1203e22437cfdcfb73436b0 (patch)
treea3617abdf5814999f6b4298d268900c0068e01e1 /requirements.txt
parent54bd3682268955d92ddfff4b57c9f15f980dfe9b (diff)
parentf7662b01c2ff319a7a1d6c712c516f004cd7ce0b (diff)
downloadpython-ironicclient-565a256f4e8bfc37e1203e22437cfdcfb73436b0.tar.gz
Merge "A standalone CLI for ironic"
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index b53d8cd..6cc1836 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,12 +3,15 @@
# process, which may cause wedges in the gate later.
pbr!=2.1.0,>=2.0.0 # Apache-2.0
appdirs>=1.3.0 # MIT License
+cliff!=2.9.0,>=2.8.0 # Apache-2.0
dogpile.cache>=0.6.2 # BSD
jsonschema>=2.6.0 # MIT
keystoneauth1>=3.4.0 # Apache-2.0
+openstacksdk>=0.18.0 # Apache-2.0
osc-lib>=1.10.0 # Apache-2.0
oslo.config>=5.2.0 # Apache-2.0
oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
oslo.utils>=3.33.0 # Apache-2.0
PyYAML>=3.12 # MIT
requests>=2.14.2 # Apache-2.0
+stevedore>=1.20.0 # Apache-2.0