From 9a4039237c2a43c1e570ef767711ca90e87a7543 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 30 Sep 2017 15:18:50 +0100 Subject: [PATCH] We dont need pygments anymore! --- .buildpacks | 1 - circle.yml | 2 -- requirements.txt | 2 -- 3 files changed, 5 deletions(-) delete mode 100644 requirements.txt 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 -