From fb7d3d08cfad0c1e06dc93bf1fba8c02818b6b7d Mon Sep 17 00:00:00 2001 From: Arnaud Morin Date: Wed, 5 Feb 2025 10:40:19 +0100 Subject: [PATCH] Remove evenlet from requirements Since we moved away from eventlet in mistral-lib, we don't need that req anymore. Change-Id: Ib7698bd2d53dce03923da265f4d5bcae83f0429d Signed-off-by: Arnaud Morin --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 067baa4..7aee0a1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,6 @@ # date but we do not test them so no guarantee of having them all correct. If # you find any incorrect lower bounds, let us know or propose a fix. -eventlet!=0.20.1,>=0.20.0 # MIT oslo.log>=3.36.0 # Apache-2.0 pbr!=2.1.0,>=2.0.0 # Apache-2.0 oslo.serialization>=2.21.1 # Apache-2.0