From ae0da01b5a97d790653e9bd7117010c6c653937e Mon Sep 17 00:00:00 2001 From: lapineige Date: Sun, 13 Aug 2023 17:27:47 +0200 Subject: [PATCH] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index f546830..021b84e 100644 --- a/manifest.toml +++ b/manifest.toml @@ -107,7 +107,7 @@ ram.runtime = "500M" type = "postgresql" [resources.apt] - packages = "erlang-dev erlang-parsetools postgresql npm" + packages = "erlang-dev erlang-parsetools npm" ##### (this part is optional and corresponds to the legacy ynh_install_extra_app_dependencies helper)