From 69d4131d70828aa051dc38d2343de4be0c5da371 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?JelNiS=C5=82aw?= Date: Sun, 5 Jun 2022 23:12:18 +0200 Subject: [PATCH] Add required buildpacks in project.toml --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index d3e0fd8..47df49f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,3 +34,6 @@ reportUnnecessaryTypeIgnoreComment = "warning" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" + +[[build.buildpacks]] +uri = "https://github.com/heroku/heroku-buildpack-python"