Skip to content

Commit 42a25be

Browse files
committed
Add fontTools, brotli, pytest to fontbuilder image lockfile
These are needed by the upcoming release-artifact generator (fontTools for table-level font manipulation, brotli for WOFF2, pytest for the unit-test suite that runs in CI). Existing transitive pins are held by passing requirements.txt as a self-constraint, so no other versions move.
1 parent dafd11e commit 42a25be

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

xkcd-script/generator/requirements.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@ scikit-image
22
scipy
33
matplotlib
44
parse
5+
fonttools
6+
brotli
7+
pytest

xkcd-script/generator/requirements.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
brotli==1.2.0
12
contourpy==1.3.3
23
cycler==0.12.1
34
fonttools==4.62.1
45
imageio==2.37.3
6+
iniconfig==2.3.0
57
kiwisolver==1.5.0
68
lazy-loader==0.5
79
matplotlib==3.10.9
@@ -10,7 +12,10 @@ numpy==2.4.4
1012
packaging==26.2
1113
parse==1.22.0
1214
pillow==12.2.0
15+
pluggy==1.6.0
16+
pygments==2.20.0
1317
pyparsing==3.3.2
18+
pytest==9.1.0
1419
python-dateutil==2.9.0.post0
1520
scikit-image==0.26.0
1621
scipy==1.17.1

0 commit comments

Comments
 (0)