From 2fc7e6a405f0a5484c62cc6edacc63ff4698953e Mon Sep 17 00:00:00 2001 From: yangshaoxue Date: Thu, 18 Aug 2022 15:06:24 +0800 Subject: [PATCH] fix: Update requirements Add Form dependencies Change-Id: I3028388ad6df316c5f3cbbaf114499cfd7f34c65 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 84c3fce..dfc7a60 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,6 +23,7 @@ click>=7.1.2,<=8.1.3 # BSD License (3 clause) jinja2>=2.11.3,<=3.1.2 # BSD License (3 clause) h11<0.13,>=0.11 # MIT MarkupSafe>=2.0.1,<=2.1.1 # BSD License (3 clause) +python-multipart>=0.0.5 # Apache-2.0 python-keystoneclient>=3.21.0 # Apache-2.0 python-cinderclient>=5.0.2 # Apache-2.0 python-glanceclient>=2.17.1 # Apache-2.0