From a2c6de82df68c4ab28db8e250cbe735e03aace3f Mon Sep 17 00:00:00 2001 From: z601350993 <601350993@qq.com> Date: Sat, 15 Jul 2023 23:06:41 +0000 Subject: [PATCH] =?UTF-8?q?=E5=90=AF=E5=8A=A8=E6=97=B6=E6=8A=A5=E9=94=99?= =?UTF-8?q?=E2=80=9CNo=20module=20named=20'validators'=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: z601350993 <601350993@qq.com> --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 276d179..44355bb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,4 +10,5 @@ PyMySQL psutil Flask-Mail Pillow -cryptography \ No newline at end of file +cryptography +validators \ No newline at end of file -- Gitee