1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/coin_ynh.git synced 2024-09-03 18:16:26 +02:00

Add python3-venv dependency

This commit is contained in:
Alexandre Aubin 2023-12-16 15:43:50 +01:00
parent a413024f17
commit 41ca12bd13

View file

@ -68,7 +68,8 @@ ram.runtime = "50M"
main.allowed = "visitors" main.allowed = "visitors"
[resources.apt] [resources.apt]
packages = "gunicorn, libldap2-dev, libpq-dev, libsasl2-dev, libjpeg-dev, libxml2-dev, libxslt1-dev, libffi-dev, libpango1.0-0, postgresql, postgresql-contrib, postgresql-server-dev-13" packages = "gunicorn, python3, python3-venv, libldap2-dev, libpq-dev, libsasl2-dev, libjpeg-dev, libxml2-dev, libxslt1-dev, libffi-dev, libpango1.0-0, postgresql, postgresql-contrib, postgresql-server-dev-13"
[resources.database] [resources.database]
type = "postgresql" type = "postgresql"