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