From c83706d49ae507d4170d140a6a5cec3c63005403 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oktay=20=C3=96zel?= Date: Thu, 12 Dec 2024 21:31:15 +0300 Subject: [PATCH] requirements update with pillow --- backend/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index b4baa346..0e55c00d 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -7,4 +7,5 @@ django-cors-headers requests rdflib pandas -python-dotenv \ No newline at end of file +python-dotenv +Pillow>=8.0.0