Drop unused os-client-config

It was deprecated[1] after the code was merged into openstacksdk[2].
It's not actually used by any code in this repository.

[1] https://review.opendev.org/c/openstack/os-client-config/+/549307
[2] https://review.opendev.org/c/openstack/openstacksdk/+/518128

Change-Id: Ie0db6f6be43ba6d2ab58fa5b2ae24c6428eee414
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
Takashi Kajinami
2025-07-02 23:25:04 +09:00
parent e946208011
commit 10fdc6477e

View File

@@ -1,4 +1,3 @@
gevent>=1.0.1
marktime>=0.2.0
python-zaqarclient>=1.1.0
os-client-config>=1.13.1 # Apache-2.0