From f09a48626fdedef7d73756502c92080edab974b6 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Wed, 18 Mar 2026 14:04:21 +1100 Subject: [PATCH] had to pin setuptools to work with older face recognition and explicitly pull models in for python 3.14 - at some point soon, need to move to newer/better supported AI library - post retirement :) --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0622556..fc1bd18 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ numpy==1.26.4 -setuptools +setuptools<70.0.0 flask flask_login flask-ldap3-login @@ -17,6 +17,7 @@ datetime pytz dlib face_recognition +face_recognition_models @ git+https://github.com/ageitgey/face_recognition_models Werkzeug flask-compress ffmpeg-python