Remove unused requirement

We no longer support Python 3.6 so there's no need for Python 3.6-only
dependencies.

Change-Id: I139e454a2c6e49a1d5229c90a56d518b0d96ca57
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
This commit is contained in:
Stephen Finucane 2022-07-15 15:11:36 +01:00
parent ef18d36bf8
commit e1a925772b

View File

@ -65,5 +65,4 @@ taskflow>=3.8.0 # Apache-2.0
python-dateutil>=2.7.0 # BSD
futurist>=1.8.0 # Apache-2.0
openstacksdk>=0.35.0 # Apache-2.0
dataclasses>=0.7;python_version=='3.6' # Apache 2.0 License
PyYAML>=5.1 # MIT