From 74747e8700559907230415b10737709219152f95 Mon Sep 17 00:00:00 2001 From: Tom Price Date: Sun, 2 Jul 2017 17:05:33 +0100 Subject: [PATCH] Explicitly specify python runtime. This follows a change to the heroku buildpack which now defaults to 3.6.1 https://devcenter.heroku.com/changelog-items/1178 --- runtime.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 runtime.txt diff --git a/runtime.txt b/runtime.txt new file mode 100644 index 00000000..ba85ab97 --- /dev/null +++ b/runtime.txt @@ -0,0 +1 @@ +python-2.7.13 \ No newline at end of file