Skip to content

Commit

Permalink
feat: add openpyxl lib depend
Browse files Browse the repository at this point in the history
  • Loading branch information
vrenaville committed Jun 28, 2024
1 parent 3b9516b commit 2a758c3
Show file tree
Hide file tree
Showing 8 changed files with 64 additions and 68 deletions.
125 changes: 57 additions & 68 deletions 11.0/base_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,67 +1,57 @@
# Odoo dependencies
# python_version = 3.5
# python_version = 3.7
# sys_platform != 'win32'
# this is a copy of Odoo dependencies with some bumped versions
# unused official dependencies are commented to avoid dependabot alerts
Babel==2.3.4
decorator==4.0.10
docutils==0.12
ebaysdk==2.1.5
gevent==1.1.2 ; sys_platform != 'win32' and python_version < '3.7'
# gevent==1.5.0 ; python_version >= '3.7'
greenlet==0.4.10 ; python_version < '3.7'
# greenlet==0.4.14 ; python_version >= '3.7'
html2text==2016.9.19
Jinja2==2.11.3 # official 2.10.1
lxml==4.6.3 ; sys_platform != 'win32' and python_version < '3.7' # official 3.7.1
# lxml==4.2.3 ; sys_platform != 'win32' and python_version >= '3.7'
# lxml ; sys_platform == 'win32'
Mako==1.0.4
MarkupSafe==0.23
mock==2.0.0
num2words==0.5.6
ofxparse==0.16
passlib==1.6.5
Pillow==7.2.0 ; python_version < '3.7' # official 4.0.0
# Pillow==6.1.0 ; python_version >= '3.7'
psutil==5.7.0; sys_platform != 'win32' # official 4.3.1
# psutil==5.6.3; sys_platform == 'win32'
psycopg2==2.7.3.1; sys_platform != 'win32'
# psycopg2==2.8.3; sys_platform == 'win32'
pydot==1.2.3
pyldap==2.4.28; sys_platform != 'win32'
pyparsing==2.1.10
PyPDF2==1.26.0
pyserial==3.1.1
python-dateutil==2.5.3
# vatnumber requirement. Last version compatible
python-stdnum<=1.14
pytz==2016.7
pyusb==1.0.0
PyYAML==4.2b4 ; python_version < '3.7' # official 3.12
# PyYAML==3.13 ; python_version >= '3.7'
qrcode==5.3
reportlab==3.3.0
requests==2.20.0
Babel==2.11.0
chardet==5.0.0
decorator==5.1.1
docutils==0.19
ebaysdk==2.2.0
gevent==22.10.2
greenlet==2.0.1
html2text==2020.1.16
Jinja2==2.11.3
libsass==0.22.0
lxml==4.9.1
Mako==1.2.4
MarkupSafe==1.1.1
mock==4.0.3
num2words==0.5.12
ofxparse==0.21
passlib==1.7.4
Pillow==9.3.0
psutil==5.9.4
psycopg2==2.9.5
pydot==1.4.2
pyldap==3.0.0
pyparsing==3.0.9
PyPDF2==1.27.12
pyserial==3.5
python-dateutil==2.8.2
pytz==2022.6
pyusb==1.2.1
qrcode==7.3.1
reportlab==3.6.12
requests==2.28.1
suds-jurko==0.6
vatnumber==1.2
vobject==0.9.3
Werkzeug==0.11.15 ; sys_platform != 'win32' # official 0.11.15
# Werkzeug==0.16.0 ; sys_platform == 'win32'
XlsxWriter==0.9.3
vobject==0.9.6.1
Werkzeug==0.16.1
XlsxWriter==3.0.3
xlwt==1.3.*
xlrd==1.0.0
# pypiwin32 ; sys_platform == 'win32'
xlrd==2.0.1

# Not part of official requirements, but used by some addons
chardet==3.0.4
chardet==5.0.0
# colorama==0.3.9
gdata==2.0.18
html5lib==1.0.1
odfpy==1.3.5
html5lib==1.1
odfpy==1.4.1
pyinotify==0.9.6
simplejson==3.11.1
urllib3==1.24.2
python-stdnum==1.18
simplejson==3.18.0
urllib3==1.26.11

# Migration tools
marabunta==0.12.0
Expand All @@ -75,25 +65,24 @@ pytest
pluggy
coverage
pytest-odoo
# watchdog 1.0.0 drops compatibility with Python 3.5
watchdog<1.0.0
pytest-cov
watchdog

# Library dependency
argh==0.26.2
atomicwrites==1.1.5
attrs==18.1.0
beautifulsoup4==4.6.0
future==0.16.0
mccabe==0.6.1
more-itertools==4.2.0
atomicwrites==1.4.1
attrs==22.1.0
beautifulsoup4==4.11.1
future==0.18.2
mccabe==0.7.0
more-itertools==9.0.0
pathtools==0.1.2
pbr==4.0.4
pexpect==4.6.0
ptyprocess==0.5.2
py==1.5.3
pycodestyle==2.3.1
pyflakes==1.6.0
pbr==5.11.0
pexpect==4.8.0
ptyprocess==0.7.0
py==1.11.0
pycodestyle==2.10.0
pyflakes==3.0.1
unicodecsv==0.14.1
wrapt==1.10.11
pyyaml==5.4.1
wrapt==1.14.1
openpyxl==2.6.4
1 change: 1 addition & 0 deletions 12.0/base_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,4 @@ pycodestyle==2.10.0
pyflakes==3.0.1
unicodecsv==0.14.1
wrapt==1.14.1
openpyxl==2.6.4
1 change: 1 addition & 0 deletions 13.0/base_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,4 @@ pycodestyle==2.10.0
pyflakes==3.0.1
unicodecsv==0.14.1
wrapt==1.14.1
openpyxl==2.6.4
1 change: 1 addition & 0 deletions 14.0-bullseye/base_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,4 @@ pycodestyle==2.10.0
pyflakes==3.0.1
unicodecsv==0.14.1
wrapt==1.14.1
openpyxl==2.6.4
1 change: 1 addition & 0 deletions 14.0/base_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,4 @@ pycodestyle==2.10.0
pyflakes==3.0.1
unicodecsv==0.14.1
wrapt==1.14.1
openpyxl==2.6.4
1 change: 1 addition & 0 deletions 15.0/base_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,4 @@ pycodestyle==2.10.0
pyflakes==3.0.1
unicodecsv==0.14.1
wrapt==1.14.1
openpyxl==3.1.4
1 change: 1 addition & 0 deletions 16.0/base_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,4 @@ pycodestyle==2.9.1
pyflakes==2.5.0
unicodecsv==0.14.1
wrapt==1.14.1
openpyxl==3.1.4
1 change: 1 addition & 0 deletions 17.0/base_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,4 @@ pycodestyle==2.9.1
pyflakes==2.5.0
unicodecsv==0.14.1
wrapt==1.14.1
openpyxl==3.1.4

0 comments on commit 2a758c3

Please sign in to comment.