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 25, 2024
1 parent 3b9516b commit ea7de6f
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 8 deletions.
17 changes: 9 additions & 8 deletions 11.0/base_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ 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.1.2
# gevent==1.5.0 ; python_version >= '3.7'
greenlet==0.4.10 ; python_version < '3.7'
# greenlet==0.4.14 ; python_version >= '3.7'
greenlet==0.4.10
# greenlet==0.4.14
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.6.3
# lxml==4.2.3 ; sys_platform != 'win32' and python_version >= '3.7'
# lxml ; sys_platform == 'win32'
Mako==1.0.4
Expand All @@ -22,9 +22,9 @@ 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==7.2.0
# Pillow==6.1.0 ; python_version >= '3.7'
psutil==5.7.0; sys_platform != 'win32' # official 4.3.1
psutil==5.7.0
# psutil==5.6.3; sys_platform == 'win32'
psycopg2==2.7.3.1; sys_platform != 'win32'
# psycopg2==2.8.3; sys_platform == 'win32'
Expand All @@ -38,15 +38,15 @@ python-dateutil==2.5.3
python-stdnum<=1.14
pytz==2016.7
pyusb==1.0.0
PyYAML==4.2b4 ; python_version < '3.7' # official 3.12
PyYAML==4.2b4
# PyYAML==3.13 ; python_version >= '3.7'
qrcode==5.3
reportlab==3.3.0
requests==2.20.0
suds-jurko==0.6
vatnumber==1.2
vobject==0.9.3
Werkzeug==0.11.15 ; sys_platform != 'win32' # official 0.11.15
Werkzeug==0.11.15
# Werkzeug==0.16.0 ; sys_platform == 'win32'
XlsxWriter==0.9.3
xlwt==1.3.*
Expand Down Expand Up @@ -97,3 +97,4 @@ pyflakes==1.6.0
unicodecsv==0.14.1
wrapt==1.10.11
pyyaml==5.4.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 ea7de6f

Please sign in to comment.