- Makefile show version, switch version and install different version - erplibre_version with odoo_version, poetry_version and python_version - support multiple docker version - support odoo 12, odoo 14, odoo 16 - bullseye, bookworm debian - update latest version - script update_env_version to detect actual version and refactor it - adapt file path to support multiple version - poetry with verbose by default, ignore python keyring - python script to generate image db with parallel for all odoo version - check_addons_exist before generate all image - support delay to change queue parallel - fix odoo 12 product configurator - can show demo website - swith odoo - force create addons if missing - update manifest, because gen config break with wrong manifest
74 lines
1.3 KiB
Text
74 lines
1.3 KiB
Text
# ERPLibre Poetry requirement
|
|
iscompatible
|
|
toml
|
|
|
|
# ERPLibre script
|
|
giturlparse
|
|
agithub
|
|
GitPython==3.1.30
|
|
retrying
|
|
xmltodict
|
|
openupgradelib
|
|
unidiff
|
|
colorama
|
|
wheel
|
|
cloudflare
|
|
selenium
|
|
# mmg # depend on weasyprint 59.0 and depend on old version pillow 9.0.1
|
|
uvloop
|
|
|
|
# For OSX
|
|
cython
|
|
|
|
# Module voice_to_text
|
|
SpeechRecognition==3.10.0
|
|
|
|
# Module detect_unauthorized_login
|
|
opencv-python
|
|
|
|
# Module advanced_payment_cybersource
|
|
cybersource-rest-client-python==0.0.56
|
|
|
|
# Module translation_helper
|
|
googletrans-py==4.0.0
|
|
#googletrans==4.0.0-rc1
|
|
#chardet==3.0.4
|
|
#openai==1.20.0
|
|
|
|
# Module infobip_whatsapp_integration
|
|
# Ignore it, need another version of requests
|
|
# infobip-api-python-sdk==5.0.0
|
|
|
|
# Module extra unknown name
|
|
filetype
|
|
PyPDF2
|
|
|
|
# For logical test and quality
|
|
git+https://github.com/psf/black.git@24.8.0
|
|
|
|
# For python 3.10 from odoo/requirements.txt, poetry_update.py cannot support python_version
|
|
cryptography==3.4.8
|
|
freezegun==0.3.15
|
|
gevent==21.8.0
|
|
greenlet==1.1.2
|
|
Jinja2==2.11.3
|
|
libsass==0.20.1
|
|
lxml==4.6.5
|
|
MarkupSafe==1.1.1
|
|
ofxparse==0.21
|
|
Pillow==9.0.1
|
|
psutil==5.8.0
|
|
psycopg2==2.9.2
|
|
pyopenssl==20.0.1
|
|
PyPDF2==1.26.0
|
|
python-ldap==3.4.0
|
|
pyusb==1.0.2
|
|
requests==2.30.0
|
|
reportlab==3.5.59
|
|
urllib3==1.26.5
|
|
Werkzeug==2.0.2
|
|
xlrd==1.2.0
|
|
|
|
# Force python 3.10 over odoo/requirements.txt to remove warning
|
|
num2words==0.5.13
|
|
xlsxwriter==1.4.5
|