From 8b08a01b38429661562cf100fccfd995017282ba Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 7 May 2017 22:07:07 +0100 Subject: [PATCH] Try installing pygments --- .buildpacks | 1 + circle.yml | 2 ++ requirements.txt | 1 + 3 files changed, 4 insertions(+) create mode 100644 requirements.txt diff --git a/.buildpacks b/.buildpacks index fff027c..f0c0c8a 100644 --- a/.buildpacks +++ b/.buildpacks @@ -1,3 +1,4 @@ https://github.com/heroku/heroku-buildpack-nodejs https://github.com/RealOrangeOne/heroku-buildpack-hugo +https://github.com/heroku/heroku-buildpack-python https://github.com/RealOrangeOne/heroku-buildpack-make diff --git a/circle.yml b/circle.yml index b8d0d8c..e1e1106 100644 --- a/circle.yml +++ b/circle.yml @@ -1,6 +1,8 @@ machine: node: version: 6.9.4 + python: + version: 3.6.0 dependencies: pre: diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..a9f49e0 --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +pygments