From e1a925772b075e2a623d8522bc9c242ddb3af152 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Fri, 15 Jul 2022 15:11:36 +0100 Subject: [PATCH] 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 --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0c102cd23b..03b86ef1c8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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