Skip to content

Commit

Permalink
fix: change build odoo to 3.10 for 15
Browse files Browse the repository at this point in the history
  • Loading branch information
vrenaville committed Sep 3, 2024
1 parent f0a4b7d commit 0ed161b
Showing 1 changed file with 43 additions and 41 deletions.
84 changes: 43 additions & 41 deletions 15.0/base_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,46 +1,48 @@
Babel==2.9.1 # min version = 2.6.0 (Focal with security backports)
chardet==3.0.4
cryptography==2.6.1 # incompatibility between pyopenssl 19.0.0 and cryptography>=37.0.0
decorator==4.4.2
docutils==0.16
ebaysdk==2.1.5
freezegun==0.3.15
gevent==21.8.0
greenlet==1.1.2
idna==2.8
Jinja2==2.11.3 # min version = 2.10.1 (Focal - with security backports)
libsass==0.18.0
lxml==4.6.5 # min version = 4.5.0 (Focal - with security backports)
MarkupSafe==1.1.0
num2words==0.5.6
ofxparse==0.21;
passlib==1.7.3 # min version = 1.7.2 (Focal with security backports)
Pillow==9.0.1 # min version = 7.0.0 (Focal with security backports)
polib==1.1.0
psutil==5.6.7 # min version = 5.5.1 (Focal with security backports)
psycopg2==2.8.6
pydot==1.4.1
pyopenssl==19.0.0
PyPDF2==1.26.0
pyserial==3.4
python-dateutil==2.7.3
python-ldap==3.4.0
python-stdnum==1.13
pytz # no version pinning to avoid OS perturbations
pyusb==1.0.2
qrcode==6.1
reportlab==3.5.59 # version < 3.5.54 are not compatible with Pillow 8.1.2 and 3.5.59 is bullseye
requests==2.25.1 # versions < 2.25 aren't compatible w/ urllib3 1.26. Bullseye = 2.25.1. min version = 2.22.0 (Focal)
urllib3==1.26.5 # indirect / min version = 1.25.8 (Focal with security backports)
vobject==0.9.6.1
Werkzeug==2.0.2
xlrd==1.2.0
XlsxWriter==1.1.2
xlwt==1.3.*
zeep==3.4.0

# Odoo dependencies
Babel==2.16.0
chardet==5.2.0
decorator==5.1.1
docutils==0.21.2
ebaysdk==2.2.0
freezegun==1.5.1
gevent==24.2.1
greenlet==3.0.3
html2text==2024.2.26
idna==3.8
Jinja2==3.1.4
libsass==0.23.0
lxml_html_clean==0.2.2
lxml==4.8.0
Mako==1.3.5 # XXX no longer in the official requirements.txt
MarkupSafe==2.1.5
num2words==0.5.13
ofxparse==0.21
passlib==1.7.4
Pillow==10.4.0
polib==1.2.0
psutil==6.0.0
psycopg2==2.9.9
pydot==3.0.1
python-ldap==3.4.4
PyPDF2==3.0.1
pyserial==3.5
python-dateutil==2.9.0
pytz==2024.1
pyusb==1.2.1
qrcode==7.4.2
reportlab==4.2.2
requests==2.32.3
zeep==4.2.1
python-stdnum==1.20
vobject==0.9.7
Werkzeug==3.0.4
XlsxWriter==3.2.0
xlwt==1.3.0
xlrd==2.0.1
pyOpenSSL==24.2.1

setuptools==73.0.1

# Not part of official requirements, but used by some addons
# colorama==0.3.9
gdata==2.0.18
Expand Down

0 comments on commit 0ed161b

Please sign in to comment.