From df891e0b28a8d0c3c0293a7a703dc48e0ff9ad66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Thu, 21 Mar 2024 23:56:10 +0100 Subject: [PATCH] Fix dependency to pipenv --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 6874d98..d62f854 100644 --- a/manifest.toml +++ b/manifest.toml @@ -80,7 +80,7 @@ ram.runtime = "50M" "python3-dev", "python3-pip", "python3-venv", - "python3-pipenv", + "pipenv", ] [resources.apt.extras.yarn]