In order to prevent conflict with python-dateutil==2.7.3 in Odoo requirements
63 lines
1.2 KiB
YAML
63 lines
1.2 KiB
YAML
---
|
|
|
|
adminpass: '{{ vault_adminpass }}'
|
|
|
|
wkhtmltopdf_location: 'https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.focal_amd64.deb'
|
|
|
|
sourcecode_location: 'ssh://git@gitea.agofer.net:22001/Agofer/odoo14_running_code.git'
|
|
|
|
database_location: 'rsync://backups.bogota.agofer/db14/db_odoo_agofer.gz'
|
|
|
|
postgresqlrestore_check_url: 'https://check.agofer.net/ping/cf93353e-9601-4b62-8020-711a1913a505'
|
|
|
|
apt_packages:
|
|
- build-essential
|
|
- nginx
|
|
- python3-venv
|
|
- python3-dev
|
|
- python3-psycopg2
|
|
- libpq-dev
|
|
- libxml2-dev
|
|
- libxslt1-dev
|
|
- libsasl2-dev
|
|
- libldap2-dev
|
|
- libssl-dev
|
|
- libjpeg-dev
|
|
- libfreetype6-dev
|
|
- zlib1g-dev
|
|
- zip
|
|
- unzip
|
|
- libcups2-dev
|
|
- fontconfig
|
|
- libjpeg-turbo8
|
|
- libxrender1
|
|
- xfonts-75dpi
|
|
- xfonts-base
|
|
- libtiff5-dev
|
|
- libjpeg8-dev
|
|
- libopenjp2-7-dev
|
|
- liblcms2-dev
|
|
- libwebp-dev
|
|
- libharfbuzz-dev
|
|
- libfribidi-dev
|
|
- libxcb1-dev
|
|
- postgresql
|
|
- postgresql-contrib
|
|
- postgresql-common
|
|
|
|
python_packages:
|
|
- setuptools
|
|
- wheel
|
|
- paramiko
|
|
- pdfminer.six
|
|
- unidecode
|
|
- python-telegram-bot
|
|
- numpy
|
|
- geopy
|
|
- cerberus
|
|
- pyquerystring
|
|
- parse-accept-language
|
|
- apispec
|
|
- cachetools
|
|
- pandas==1.3.5
|