diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..20c8080 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: gunicorn run:app diff --git a/requirements.txt b/requirements.txt index d97274d..3ef6680 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ flask==3.1.0 +gunicorn==23.0.0 psycopg2-binary==2.9.10 python-dotenv==1.0.1 werkzeug==3.1.3