From ff8b6d4c074c7afb6b8c2eceb007a6f63037c451 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Thu, 31 Oct 2024 10:40:16 +0900 Subject: [PATCH] Remove explicit pbr dependency pbr is not use at runtime but is used during installation. It should be pulled by setuptools automatically. Change-Id: I22b79168358f2716c7a5d970bdcb6dc0581bfd06 --- requirements.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a4c93b5b5..cc2a0785a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,8 +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. -pbr>=2.0.0 # Apache-2.0 - futurist>=1.2.0 # Apache-2.0 oslo.config>=5.2.0 # Apache-2.0 oslo.context>=5.3.0 # Apache-2.0