From c79111f440d914cb87fb780e91907e516c2697d7 Mon Sep 17 00:00:00 2001 From: Mattia Tadini Date: Thu, 31 Oct 2024 11:07:21 +0000 Subject: [PATCH] Upload files to "backend" --- backend/requirements.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 backend/requirements.txt diff --git a/backend/requirements.txt b/backend/requirements.txt new file mode 100644 index 0000000..1d6f596 --- /dev/null +++ b/backend/requirements.txt @@ -0,0 +1,11 @@ +Flask==2.3.3 +Flask-SQLAlchemy==3.1.1 +Flask-Login==0.6.2 +Flask-JWT-Extended==4.5.2 +Flask-Cors==4.0.0 +psycopg2-binary==2.9.9 +python-dotenv==1.0.0 +schedule==1.2.0 +pyOpenSSL==23.2.0 +gunicorn==21.2.0 +certbot==2.7.4 \ No newline at end of file