diff --git a/.buildpacks b/.buildpacks index f0c0c8a..fff027c 100644 --- a/.buildpacks +++ b/.buildpacks @@ -1,4 +1,3 @@ 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 d78ce49..7be4bb7 100644 --- a/circle.yml +++ b/circle.yml @@ -1,8 +1,6 @@ machine: node: version: 6.11.2 - python: - version: 3.6.2 dependencies: pre: diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index f7d24cc..0000000 --- a/requirements.txt +++ /dev/null @@ -1,2 +0,0 @@ -pygments -