From ce22cbc4a032e7343a9f892ec1b3ce19f8885f5e Mon Sep 17 00:00:00 2001 From: Fam Zheng Date: Thu, 15 May 2025 19:29:31 +0100 Subject: [PATCH] requirements: Drop unused modules --- requirements.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 23cf22e..6a4e987 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,9 +4,6 @@ django-cors-headers django-tastypie django<5 gunicorn -opencv-contrib-python==4.5.5.62 -opencv-python==4.5.5.62 oss2 pillow -requests -numpy<2.0 \ No newline at end of file +requests \ No newline at end of file