From fbb39415153b6853f1d23ba0aa838264d5c09240 Mon Sep 17 00:00:00 2001 From: "Chandan Kumar (raukadah)" Date: Thu, 26 Mar 2026 20:02:44 +0530 Subject: [PATCH] Cleanup requirements.txt unused packages Below are the list of packages, not used in In requirements.txt - stevedore - oslo.log - cryptography Change-Id: Id3f084b6c44ce04553378549947d370617b04bf0 Signed-off-by: Chandan Kumar (raukadah) --- requirements.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 75cac02..ece4d39 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,15 +4,12 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 keystoneauth1>=3.3.0 # Apache-2.0 -stevedore>=1.20.0 # Apache-2.0 requests>=2.14.2 # Apache-2.0 oslo.i18n>=3.15.3 # Apache-2.0 -oslo.log>=5.0.0 # Apache-2.0 oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 oslo.utils>=3.33.0 # Apache-2.0 os-client-config>=1.28.0 # Apache-2.0 osc-lib>=1.14.0 # Apache-2.0 PrettyTable>=0.7.1 # BSD -cryptography>=2.7 # BSD/Apache-2.0 decorator>=3.4.0 # BSD openstacksdk>=0.46.0 # Apache-2.0