diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..c00f423 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: gunicorn config.wsgi:application diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..d119713 --- /dev/null +++ b/requirements.txt @@ -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 diff --git a/runtime.txt b/runtime.txt new file mode 100644 index 0000000..294a23e --- /dev/null +++ b/runtime.txt @@ -0,0 +1 @@ +python-3.5.0