diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..5ab46ac --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: gunicorn httpbin:app -k gevent diff --git a/runtime.txt b/runtime.txt new file mode 100644 index 0000000..4b5675d --- /dev/null +++ b/runtime.txt @@ -0,0 +1 @@ +python-3.6.5 \ No newline at end of file