From b6cfb7f10cce72f935ba12d49bb02536abc947f5 Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Fri, 17 Feb 2023 00:54:06 +0000 Subject: [PATCH] Remove unused werkzeug requirement The Werkzeug package was included in the designate requirements.txt, but it is not used by designate. This patch removes this requirement. Change-Id: I29b1aba0e8aa455eed7977a5efe887f201963a3c --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 341569579..bd57028d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -42,7 +42,6 @@ oslo.db>=8.3.0 # Apache-2.0 oslo.i18n>=3.20.0 # Apache-2.0 oslo.context>=4.0.0 # Apache-2.0 oslo.policy>=3.7.0 # Apache-2.0 -Werkzeug>=0.9 # BSD License python-memcached>=1.56 # PSF tooz>=1.58.0 # Apache-2.0 debtcollector>=1.19.0 # Apache-2.0