Skip to content

Commit fd3acbe

Browse files
committed
FIX: 19.0 add missing printing requirements
1 parent 8fdbef2 commit fd3acbe

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

19.0/base_requirements.txt

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ MarkupSafe==2.0.1 ; python_version <= '3.10'
4343
MarkupSafe==2.1.2 ; python_version > '3.10' and python_version < '3.12'
4444
MarkupSafe==2.1.5 ; python_version >= '3.12' # (Noble) Mostly to have a wheel package
4545
num2words==0.5.10 ; python_version < '3.12' # (Jammy / Bookworm)
46-
num2words==0.5.13 ; python_version >= '3.12'
46+
num2words==0.5.13 ; python_version >= '3.12'
4747
ofxparse==0.21
4848
openpyxl==3.0.9 ; python_version < '3.12'
4949
openpyxl==3.1.2 ; python_version >= '3.12'
@@ -53,8 +53,8 @@ Pillow==9.4.0 ; python_version > '3.10' and python_version < '3.12'
5353
Pillow==10.2.0 ; python_version >= '3.12' and python_version < '3.13' # (Noble) Mostly to have a wheel package
5454
Pillow==11.1.0 ; python_version >= '3.13' # (Noble) Mostly to have a wheel package
5555
polib==1.1.1
56-
psutil==5.9.0 ; python_version <= '3.10'
57-
psutil==5.9.4 ; python_version > '3.10' and python_version < '3.12'
56+
psutil==5.9.0 ; python_version <= '3.10'
57+
psutil==5.9.4 ; python_version > '3.10' and python_version < '3.12'
5858
psutil==5.9.8 ; python_version >= '3.12' # (Noble) Mostly to have a wheel package
5959
psycopg2==2.9.2 ; python_version == '3.10' # (Jammy)
6060
psycopg2==2.9.5 ; python_version == '3.11'
@@ -89,7 +89,7 @@ rl-renderPM==4.0.3 ; sys_platform == 'win32' and python_version >= '3.12' # Nee
8989
urllib3==1.26.5 ; python_version < '3.12' # indirect / min version = 1.25.8 (Focal with security backports)
9090
urllib3==2.0.7 ; python_version >= '3.12' # (Noble) Compatibility with cryptography
9191
vobject==0.9.6.1
92-
Werkzeug==2.0.2 ; python_version <= '3.10'
92+
Werkzeug==2.0.2 ; python_version <= '3.10'
9393
Werkzeug==2.2.2 ; python_version > '3.10' and python_version < '3.12'
9494
Werkzeug==3.0.1 ; python_version >= '3.12' # (Noble) Avoid deprecation warnings
9595
xlrd==1.2.0 ; python_version < '3.12' # (jammy)
@@ -141,7 +141,10 @@ more-itertools==10.8.0
141141
pbr==7.0.1
142142
pexpect==4.9.0
143143
ptyprocess==0.7.0
144+
pycairo==1.28.0
144145
pycodestyle==2.14.0
145146
pyflakes==3.4.0
147+
rl-renderPM==4.0.3
148+
reportlab==4.1.0
146149
unicodecsv==0.14.1
147150
wrapt==1.17.3

0 commit comments

Comments
 (0)