From f98b3182777eb5c2d652f159d55b51c2641d464c Mon Sep 17 00:00:00 2001 From: Thierry Carrez Date: Thu, 25 Nov 2021 15:08:00 +0100 Subject: [PATCH] Stop depending on git version of governance This was a temporary workaround while we released a fix in governance to make it installable again. Change-Id: I4210f517b0b63c895620e09b6538952828b629d0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 919f4425e1..b5d4486d5e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,4 +33,4 @@ pyfiglet>=0.7.5 appdirs packaging>=16.5 -git+https://opendev.org/openstack/governance@master#egg=openstack-governance # Apache 2.0 +openstack-governance>=0.11.0 # Apache 2.0