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