add heroku buildpack

This commit is contained in:
BennyThink 2021-08-30 22:29:46 +08:00
parent 6a76d832f8
commit 619f8c31c8
No known key found for this signature in database
GPG Key ID: 6CD0DBDA5235D481

View File

@ -33,6 +33,9 @@
} }
}, },
"buildpacks": [ "buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-python.git"
},
{ {
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git" "url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git"
} }