Add procfile

This commit is contained in:
Matthew Ryan Dillon 2016-01-28 15:22:34 -07:00
parent 47dd418036
commit 6a943a08b2
3 changed files with 5 additions and 0 deletions

1
Procfile Normal file
View file

@ -0,0 +1 @@
web: gunicorn config.wsgi:application

3
requirements.txt Normal file
View file

@ -0,0 +1,3 @@
# This file is here because many Platforms as a Service look for
# requirements.txt in the root directory of a project.
-r requirements/production.txt

1
runtime.txt Normal file
View file

@ -0,0 +1 @@
python-3.5.0