[UPD] poetry update odoo 16
- add meteostat - add isort - add pykeepass - fix ubuntu 25.04 - add pydevd-odoo - force virtual-env 20.30.0
This commit is contained in:
parent
ac66b3a41f
commit
cb87dee06a
5 changed files with 2918 additions and 2490 deletions
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
<project name="ERPLibre_image_db.git" path="image_db" remote="ERPLibre" clone-depth="1" revision="main" groups="base"/>
|
||||
<project name="OpenHRMS.git" path="addons.odoo16.0/CybroOdoo_OpenHRMS" remote="CybroOdoo" groups="addons"/>
|
||||
<project name="CybroAddons.git" path="addons.odoo16.0/CybroOdoo_CybroAddons" remote="ERPLibre" revision="16.0_dev" groups="addons"/>
|
||||
<project name="CybroAddons.git" path="addons.odoo16.0/CybroOdoo_CybroAddons" remote="ERPLibre" clone-depth="1" revision="16.0_dev" groups="addons"/>
|
||||
<project name="account-analytic.git" path="addons.odoo16.0/OCA_account-analytic" remote="OCA" groups="addons"/>
|
||||
<project name="account-budgeting.git" path="addons.odoo16.0/OCA_account-budgeting" remote="OCA" groups="addons"/>
|
||||
<project name="account-closing.git" path="addons.odoo16.0/OCA_account-closing" remote="OCA" groups="addons"/>
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -20,30 +20,32 @@ authors = [ "Mathieu Benoit <mathben@technolibre.ca>",]
|
|||
[tool.poetry.dependencies]
|
||||
python = "^3.10.14"
|
||||
agithub = "^2.2.2"
|
||||
argcomplete = "^3.5.1"
|
||||
asana = "^5.0.10"
|
||||
argcomplete = "^3.6.2"
|
||||
asana = "^5.1.0"
|
||||
asn1crypto = "^1.5.1"
|
||||
astor = "^0.8.1"
|
||||
avalara = "^24.11.2"
|
||||
avalara = "^25.3.2"
|
||||
azure-identity = "1.13.0"
|
||||
azure-storage-blob = "12.16.0"
|
||||
babel = "2.9.1"
|
||||
base64io = "^1.0.3"
|
||||
beautifulsoup4 = "^4.12.3"
|
||||
beautifulsoup4 = "^4.13.3"
|
||||
bokeh = "3.1.1"
|
||||
boto3 = "1.26.7"
|
||||
bs4 = "^0.0.2"
|
||||
cachetools = "^5.5.0"
|
||||
cachetools = "^5.5.2"
|
||||
cairosvg = "^2.7.1"
|
||||
cerberus = "^1.3.7"
|
||||
chardet = "4.0.0"
|
||||
chromedriver-binary = "^137.0.7118.2.0"
|
||||
clicksend-client = "^5.0.78"
|
||||
cloudflare = "^3.1.0"
|
||||
cmake = "^3.31.1"
|
||||
cloudflare = "^4.1.0"
|
||||
cmake = "^4.0.0"
|
||||
colorama = "^0.4.6"
|
||||
countryinfo = "^0.1.2"
|
||||
cryptography = "3.4.8"
|
||||
cybersource-rest-client-python = "0.0.56"
|
||||
cython = "^3.0.11"
|
||||
cython = "^3.0.12"
|
||||
decorator = "4.4.2"
|
||||
dlib = "^19.24.6"
|
||||
docutils = "0.16"
|
||||
|
|
@ -51,44 +53,46 @@ dotty-dict = "^1.3.1"
|
|||
dropbox = "^12.0.2"
|
||||
ebaysdk = "2.1.5"
|
||||
email-validator = "^2.2.0"
|
||||
endesive = "^2.17.3"
|
||||
extract-msg = "^0.52.0"
|
||||
ezdxf = "^1.3.4"
|
||||
endesive = "^2.18.5"
|
||||
extract-msg = "^0.54.0"
|
||||
ezdxf = "^1.4.0"
|
||||
face-recognition = "^1.3.0"
|
||||
factur-x = "^3.1"
|
||||
factur-x = "^3.6"
|
||||
filetype = "^1.2.0"
|
||||
formio-data = "^2.1.0"
|
||||
freezegun = "0.3.15"
|
||||
fsspec = ">=2024.5.0"
|
||||
gdown = "^5.2.0"
|
||||
geocoder = "^1.38.1"
|
||||
geojson = "^3.1.0"
|
||||
geojson = "^3.2.0"
|
||||
geopy = "^2.4.1"
|
||||
gevent = "21.8.0"
|
||||
gevent = "21.12.0"
|
||||
gitpython = "3.1.30"
|
||||
giturlparse = "^0.12.0"
|
||||
googletrans-py = "4.0.0"
|
||||
greenlet = "1.1.2"
|
||||
gst = "^0.1.2"
|
||||
gst = "^0.1.4"
|
||||
httpagentparser = "1.8.1"
|
||||
hubspot-api-client = "10.0.0"
|
||||
idna = "2.10"
|
||||
iscompatible = "^0.1.1"
|
||||
isort = "^6.0.1"
|
||||
jinja2 = "2.11.3"
|
||||
keystoneauth1 = "5.0.0"
|
||||
libsass = "0.20.1"
|
||||
linkedin = "^0.1.5"
|
||||
lottie = "^0.7.1"
|
||||
lxml = "4.6.5"
|
||||
lxml-html-clean = "^0.4.1"
|
||||
mako = "^1.3.6"
|
||||
lxml-html-clean = "^0.4.2"
|
||||
mako = "^1.3.9"
|
||||
markupsafe = "1.1.1"
|
||||
matplotlib = "^3.9.2"
|
||||
matplotlib = "^3.10.1"
|
||||
mechanize = "^0.4.10"
|
||||
messagebird = "^2.2.0"
|
||||
mock = "^5.1.0"
|
||||
meteostat = "^1.6.8"
|
||||
mock = "^5.2.0"
|
||||
mpld3 = "0.5.9"
|
||||
mysqlclient = "^2.2.6"
|
||||
mysqlclient = "^2.2.7"
|
||||
nextcloud-api-wrapper = "^0.2.3"
|
||||
num2words = "0.5.13"
|
||||
numpy = ">=1.15"
|
||||
|
|
@ -98,21 +102,22 @@ odoo-test-helper = "^2.1.1"
|
|||
odoorpc = "^0.10.1"
|
||||
ofxparse = "0.21"
|
||||
ofxtools = "^0.9.5"
|
||||
openai = "^1.55.2"
|
||||
opencv-python = "^4.10.0.84"
|
||||
openai = "^1.72.0"
|
||||
opencv-python = "^4.11.0.86"
|
||||
openpyxl = "^3.1.5"
|
||||
openupgradelib = "^3.9.4"
|
||||
pandas = ">=0.25.3"
|
||||
paramiko = "^3.5.0"
|
||||
paramiko = "^3.5.1"
|
||||
passlib = "1.7.4"
|
||||
pathspec = "^0.12.1"
|
||||
pay-ccavenue = "^1.0.0"
|
||||
pdf2image = "^1.17.0"
|
||||
pdfminer = "^20191125"
|
||||
phonenumbers = "^8.13.50"
|
||||
phonenumbers = "^9.0.2"
|
||||
pillow = "9.0.1"
|
||||
plotly = "5.13.1"
|
||||
polib = "1.1.0"
|
||||
pre-commit = "^4.0.1"
|
||||
pre-commit = "^4.2.0"
|
||||
premailer = "^3.10.0"
|
||||
printnodeapi = "^0.2.0"
|
||||
prometheus-client = "0.15.0"
|
||||
|
|
@ -124,24 +129,26 @@ py3o-formats = "^0.3"
|
|||
py3o-template = "^0.10.0"
|
||||
pyaudio = "^0.2.14"
|
||||
pycountry = "^24.6.1"
|
||||
pydevd-odoo = "^1.2.2"
|
||||
pydifact = "^0.1.8"
|
||||
pydot = "1.4.2"
|
||||
pyfcm = "^2.0.7"
|
||||
pygithub = "^2.5.0"
|
||||
pyfcm = "^2.0.8"
|
||||
pygithub = "^2.6.1"
|
||||
pygobject = "3.44.1"
|
||||
pyjwt = "^2.10.1"
|
||||
pymssql = "<=2.2.5"
|
||||
pykeepass = "^4.1.1.post1"
|
||||
pymssql = "<=2.2.8"
|
||||
pyncclient = "^0.7"
|
||||
pyopenssl = "20.0.1"
|
||||
pypdf2 = "1.26.0"
|
||||
pyrfc6266 = "^1.0.2"
|
||||
pysaml2 = "^7.5.0"
|
||||
pysaml2 = "^7.5.2"
|
||||
pyserial = "3.5"
|
||||
pysftp = "^0.2.9"
|
||||
pytesseract = "^0.3.13"
|
||||
python-barcode = "^0.15.1"
|
||||
python-dateutil = "2.8.1"
|
||||
python-jose = "^3.3.0"
|
||||
python-dateutil = ">=2.8.2"
|
||||
python-jose = "^3.4.0"
|
||||
python-json-logger = "2.0.4"
|
||||
python-keystoneclient = "5.0.0"
|
||||
python-ldap = "3.4.0"
|
||||
|
|
@ -150,43 +157,44 @@ python-resize-image = "^1.1.20"
|
|||
python-slugify = "^8.0.4"
|
||||
python-stdnum = "1.16"
|
||||
python-swiftclient = "4.1.0"
|
||||
python-telegram-bot = "^21.7"
|
||||
pytz = "^2024.2"
|
||||
python-telegram-bot = "^22.0"
|
||||
pytz = "^2025.2"
|
||||
pyusb = "1.0.2"
|
||||
pyyaml = "6.0"
|
||||
pyzbar = "^0.1.9"
|
||||
pyzk = "^0.9"
|
||||
qrcode = "6.1"
|
||||
redis = "4.3.4"
|
||||
reportlab = "3.5.59"
|
||||
reportlab = "3.6.5"
|
||||
requests = "2.30.0"
|
||||
requests-toolbelt = "^1.0.0"
|
||||
responses = "^0.25.3"
|
||||
responses = "^0.25.7"
|
||||
retrying = "^1.3.4"
|
||||
rl-renderpm = "4.0.3"
|
||||
roulier = "^1.1.1"
|
||||
schwifty = "2024.4.0"
|
||||
selenium = "^4.27.1"
|
||||
selenium = "^4.31.0"
|
||||
sentry-sdk = "<=1.9.0"
|
||||
shapely = "^2.0.6"
|
||||
simplejson = "^3.19.3"
|
||||
spacy = "^3.8.2"
|
||||
shapely = "^2.1.0"
|
||||
simplejson = "^3.20.1"
|
||||
spacy = "3.8.2"
|
||||
speechrecognition = "3.10.0"
|
||||
sqlalchemy = "^2.0.36"
|
||||
sqlalchemy = "^2.0.40"
|
||||
statsd = "4.0.1"
|
||||
telesign = "^2.2.5"
|
||||
telnyx = "^2.1.3"
|
||||
telesign = "^2.2.6"
|
||||
telnyx = "^2.1.5"
|
||||
todoist-python = "^8.1.4"
|
||||
toml = "^0.10.2"
|
||||
tweepy = "^4.14.0"
|
||||
twilio = "^9.3.7"
|
||||
tweepy = "^4.15.0"
|
||||
twilio = "^9.5.2"
|
||||
unidecode = "^1.3.8"
|
||||
unidiff = "^0.7.5"
|
||||
urllib3 = "1.26.5"
|
||||
uvloop = "^0.21.0"
|
||||
validate-email = "^1.3"
|
||||
virtualenv = "20.30.0"
|
||||
vobject = "0.9.6.1"
|
||||
vonage = "^4.0.0"
|
||||
vonage = "^4.4.0"
|
||||
vonage-verify-v2 = "1.1.4"
|
||||
werkzeug = "2.0.2"
|
||||
wheel = "^0.45.1"
|
||||
|
|
@ -202,7 +210,3 @@ websocket_client = "^1.1.0"
|
|||
[tool.poetry.dependencies.black]
|
||||
git = "https://github.com/psf/black.git"
|
||||
rev = "24.8.0"
|
||||
|
||||
[tool.poetry.dependencies.openupgradelib]
|
||||
git = "https://github.com/OCA/openupgradelib"
|
||||
rev = "master"
|
||||
|
|
|
|||
|
|
@ -17,6 +17,8 @@ selenium
|
|||
# mmg # depend on weasyprint 59.0 and depend on old version pillow 9.0.1
|
||||
uvloop
|
||||
python-randomword-fr
|
||||
isort
|
||||
pykeepass
|
||||
|
||||
# For OSX
|
||||
cython
|
||||
|
|
@ -51,7 +53,7 @@ pre-commit
|
|||
# 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
|
||||
gevent==21.12.0
|
||||
greenlet==1.1.2
|
||||
Jinja2==2.11.3
|
||||
libsass==0.20.1
|
||||
|
|
@ -66,7 +68,7 @@ PyPDF2==1.26.0
|
|||
python-ldap==3.4.0
|
||||
pyusb==1.0.2
|
||||
requests==2.30.0
|
||||
reportlab==3.5.59
|
||||
reportlab==3.6.5
|
||||
urllib3==1.26.5
|
||||
Werkzeug==2.0.2
|
||||
xlrd==1.2.0
|
||||
|
|
@ -83,3 +85,18 @@ hubspot-api-client==10.0.0
|
|||
|
||||
# Optional Odoo
|
||||
pdfminer
|
||||
|
||||
# Optional PyDev
|
||||
pydevd-odoo
|
||||
|
||||
# For fixing module ocr_data_retrieval check file ocr_data_retrieval/models/ocr_data_template.py
|
||||
spacy==3.8.2
|
||||
|
||||
# Fix update dateutil from odoo
|
||||
python-dateutil>=2.8.2
|
||||
|
||||
# Extra module
|
||||
meteostat
|
||||
|
||||
# Force upgrade package to fix Ubuntu 25.04
|
||||
virtualenv==20.30.0
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@ if [[ ${EL_MINIMAL_ADDONS} = "False" ]]; then
|
|||
printf "${EL_HOME}/addons.odoo${EL_ODOO_VERSION}/CybroOdoo_CybroAddons," >> "${EL_CONFIG_FILE}"
|
||||
printf "${EL_HOME}/addons.odoo${EL_ODOO_VERSION}/CybroOdoo_OpenHRMS," >> "${EL_CONFIG_FILE}"
|
||||
printf "${EL_HOME}/addons.odoo${EL_ODOO_VERSION}/ERPLibre_erplibre_addons," >> "${EL_CONFIG_FILE}"
|
||||
printf "${EL_HOME}/addons.odoo${EL_ODOO_VERSION}/MathBenTech_odoo-business-spending-management-quebec-canada," >> "${EL_CONFIG_FILE}"
|
||||
printf "${EL_HOME}/addons.odoo${EL_ODOO_VERSION}/OCA_account-analytic," >> "${EL_CONFIG_FILE}"
|
||||
printf "${EL_HOME}/addons.odoo${EL_ODOO_VERSION}/OCA_account-budgeting," >> "${EL_CONFIG_FILE}"
|
||||
printf "${EL_HOME}/addons.odoo${EL_ODOO_VERSION}/OCA_account-closing," >> "${EL_CONFIG_FILE}"
|
||||
|
|
@ -100,6 +101,7 @@ if [[ ${EL_MINIMAL_ADDONS} = "False" ]]; then
|
|||
printf "${EL_HOME}/addons.odoo${EL_ODOO_VERSION}/OCA_server-env," >> "${EL_CONFIG_FILE}"
|
||||
printf "${EL_HOME}/addons.odoo${EL_ODOO_VERSION}/OCA_server-tools," >> "${EL_CONFIG_FILE}"
|
||||
printf "${EL_HOME}/addons.odoo${EL_ODOO_VERSION}/OCA_server-ux," >> "${EL_CONFIG_FILE}"
|
||||
printf "${EL_HOME}/addons.odoo${EL_ODOO_VERSION}/OCA_shift-planning," >> "${EL_CONFIG_FILE}"
|
||||
printf "${EL_HOME}/addons.odoo${EL_ODOO_VERSION}/OCA_social," >> "${EL_CONFIG_FILE}"
|
||||
printf "${EL_HOME}/addons.odoo${EL_ODOO_VERSION}/OCA_stock-logistics-warehouse," >> "${EL_CONFIG_FILE}"
|
||||
printf "${EL_HOME}/addons.odoo${EL_ODOO_VERSION}/OCA_storage," >> "${EL_CONFIG_FILE}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue