Drop unnecessary direct dependency on iso8601

The library is not directly used by any code in this repository.

Change-Id: I62543f1a10c59be46753e0233b3a4ccd857e3eda
This commit is contained in:
Takashi Kajinami
2025-03-01 12:45:14 +09:00
parent 76a7906536
commit f25c1a92b4

View File

@@ -4,7 +4,6 @@
pbr>=5.5.0 # Apache-2.0 pbr>=5.5.0 # Apache-2.0
# Horizon Core Requirements # Horizon Core Requirements
django-compressor>=2.0 # MIT django-compressor>=2.0 # MIT
iso8601>=0.1.12 # MIT
oslo.utils>=4.7.0 # Apache-2.0 oslo.utils>=4.7.0 # Apache-2.0
python-keystoneclient>=4.1.1 # Apache-2.0 python-keystoneclient>=4.1.1 # Apache-2.0
python-manilaclient>=2.7.0 # Apache-2.0 python-manilaclient>=2.7.0 # Apache-2.0