diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..3aae73b --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: gunicorn refunds.wsgi --log-file - diff --git a/runtime.txt b/runtime.txt new file mode 100644 index 0000000..78082e3 --- /dev/null +++ b/runtime.txt @@ -0,0 +1 @@ +python-3.5.1