diff --git a/backend/requirements.txt b/backend/requirements.txt index 709e9a6..efb7ef4 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,7 +1,8 @@ setuptools==59.6.0 -flask==2.2.2 +flask==3.0.3 flask_cors==3.0.10 gunicorn==20.1.0 packaging==20.7 psycopg==3.1.18 -python-dotenv==0.15.0 \ No newline at end of file +python-dotenv==0.15.0 +numpy==1.26.0 \ No newline at end of file