Try installing pygments
This commit is contained in:
parent
0e6e5ad874
commit
8b08a01b38
3 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
machine:
|
||||
node:
|
||||
version: 6.9.4
|
||||
python:
|
||||
version: 3.6.0
|
||||
|
||||
dependencies:
|
||||
pre:
|
||||
|
|
1
requirements.txt
Normal file
1
requirements.txt
Normal file
|
@ -0,0 +1 @@
|
|||
pygments
|
Loading…
Reference in a new issue