From 24666367271b765ca9a8d752bb38400207e2df4d Mon Sep 17 00:00:00 2001 From: yaso-meth Date: Thu, 27 Jun 2024 16:12:54 +0200 Subject: [PATCH] add new requirement for add file api --- backend/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index d0debefb..f9ed39ec 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -4,4 +4,5 @@ mysql-connector-python minio reportlab requests -watchfiles==0.21.0 \ No newline at end of file +watchfiles==0.21.0 +python-multipart \ No newline at end of file