From f860f255d7498af642ec7dabc4356b30b110cc4a Mon Sep 17 00:00:00 2001 From: Alix JEUDI--LEMOINE Date: Thu, 15 May 2025 09:46:10 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=20Forgot=20to=20add=20dependencies?= =?UTF-8?q?=20to=20test=20env?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/requirements.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 518ec9e..fbadc44 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -3,6 +3,9 @@ pydantic==2.10.3 pymongo==4.10.1 uvicorn==0.32.0 joserfc==1.0.1 +python-multipart==0.0.9 +pillow==10.2.0 +python-magic==0.4.27 pytest==8.3.4 pytest-cov==6.0.0 -pytest-order==1.3.0 +pytest-order==1.3.0 \ No newline at end of file