diff --git a/procfile b/procfile new file mode 100644 index 0000000..8001d1a --- /dev/null +++ b/procfile @@ -0,0 +1 @@ +web: gunicorn app:app \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index be5e7bc..05e498c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,7 @@ attrs==18.1.0 click==6.7 coverage==4.5.1 coveralls==1.3.0 +gunicorn==19.9.0 Flask==1.0.2 itsdangerous==0.24 Jinja2==2.10