From a84edc687cdc2410436cdb72cdaed696ab4833e9 Mon Sep 17 00:00:00 2001 From: s452624 Date: Sun, 9 Jun 2024 19:54:40 +0200 Subject: [PATCH] Update backend/requirements.txt --- backend/requirements.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 7aa572d..6f6f62c 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,4 +1,10 @@ Flask==3.0.3 Flask-Cors==4.0.1 scikit-learn==1.3.2 -joblib==1.4.2 \ No newline at end of file +joblib==1.4.2 +pandas==2.2.2 +google-api-core==2.19.0 +google-api-python-client ==2.132.0 +google-auth==2.30.0 +google-auth-httplib2==0.2.0 +google-auth-oauthlib==1.2.0 \ No newline at end of file