From ad0e10ead72ef0a9f695dd76865e6936ac7e8442 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Tue, 15 Oct 2024 12:36:07 +0100 Subject: [PATCH] requirements: Remove setuptools This is not a runtime dependency and should not be included as such. Change-Id: I6a2d178379216d9a8e24ffc8eea4048cd4642f7b Signed-off-by: Stephen Finucane --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9a919621c..307dfc418 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,6 @@ Routes>=2.3.1 # MIT WebOb>=1.8.2 # MIT jsonschema>=3.2.0 # MIT requests>=2.25.0 # Apache-2.0 -setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0 # PSF/ZPL oslo.concurrency>=3.26.0 # Apache-2.0 oslo.config>=6.7.0 # Apache-2.0 oslo.context>=2.22.0 # Apache-2.0