summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorDmitry Tantsur <dtantsur@protonmail.com>2020-04-06 13:49:27 +0200
committerDmitry Tantsur <dtantsur@protonmail.com>2020-04-07 15:33:14 +0200
commitb21dc1dddd0042eb6950e3595a98b7e19da89030 (patch)
tree65b3708f60c2e6495f02e9cf661bacc4c37dbe0b /requirements.txt
parent565a256f4e8bfc37e1203e22437cfdcfb73436b0 (diff)
downloadpython-ironicclient-b21dc1dddd0042eb6950e3595a98b7e19da89030.tar.gz
Get rid of the oslo.config requirement
It is only used to populate the list of supported Session options. Use openstacksdk to create a session with all arguments instead. Since it's already a dependency of osc-lib, this changes adds no new dependencies, while substantially simplifying the code. Change-Id: I6100f94c18cbf3e90d4a6d3ec2a3fc74ebea53a5
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 6cc1836..40b1bf2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9,7 +9,6 @@ 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