diff --git a/Procfile b/Procfile deleted file mode 100644 index c79a8f9..0000000 --- a/Procfile +++ /dev/null @@ -1 +0,0 @@ -web: gunicorn -b 0.0.0.0:$PORT app:app diff --git a/requirements.txt b/requirements.txt index ba31b98..adc89b3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -Flask -gunicorn -kafka-python +Flask>=3.0 +gunicorn>=21.2 +kafka-python>=2.0 diff --git a/app.py b/site/app.py similarity index 100% rename from app.py rename to site/app.py