From 619f8c31c869b36356d0cc7ae463f9ba4d16c330 Mon Sep 17 00:00:00 2001 From: BennyThink Date: Mon, 30 Aug 2021 22:29:46 +0800 Subject: [PATCH] add heroku buildpack --- app.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app.json b/app.json index 804ef64..6db4337 100644 --- a/app.json +++ b/app.json @@ -33,6 +33,9 @@ } }, "buildpacks": [ + { + "url": "https://github.com/heroku/heroku-buildpack-python.git" + }, { "url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git" }