summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Johnson <johnsomor@gmail.com>2023-02-17 00:54:06 +0000
committerMichael Johnson <johnsomor@gmail.com>2023-02-17 00:55:33 +0000
commitb6cfb7f10cce72f935ba12d49bb02536abc947f5 (patch)
treea8fb6bfe09f8d72de4e802e265d479d8681d573f
parentb66458b1c1f7240407a382283d22a7a1c02df8ec (diff)
downloaddesignate-b6cfb7f10cce72f935ba12d49bb02536abc947f5.tar.gz
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
-rw-r--r--requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 34156957..bd57028d 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