diff --git a/manifest.toml b/manifest.toml index 192211d..71e6cf8 100644 --- a/manifest.toml +++ b/manifest.toml @@ -34,12 +34,6 @@ ram.runtime = "50M" [install.admin] type = "user" - [install.email] - ask.en = "Choose email were send notification" - ask.fr = "Choisissez l'email vers lequel envoyer les notifications" - type = "string" - example = "admin@example.tld" - [install.isp_name] ask.en = "Enter your ISP name" ask.fr = "Indiquez le nom de votre FAI" diff --git a/scripts/_common.sh b/scripts/_common.sh index 2e05799..60dc745 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,9 +6,6 @@ python_version=2.7.18 -# dependencies used by the app -#REMOVEME? pkg_dependencies="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" - #================================================= # PERSONAL HELPERS #=================================================