Skip to content

Commit e09b630

Browse files
committed
add fonttools[woff] dependencies
includes the brotli and zopfli packages for woff2/woff support
1 parent 8f2b0d6 commit e09b630

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
PyQt5
2-
fontTools
2+
fontTools[woff]
33
# https://github.com/pyinstaller/pyinstaller/archive/develop.tar.gz
44
pyinstaller

requirements.txt

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,15 @@
55
# pip-compile requirements.in
66
#
77
altgraph==0.17
8-
# via pyinstaller
9-
fonttools==4.22.1
8+
# via
9+
# macholib
10+
# pyinstaller
11+
brotli==1.0.9
12+
# via fonttools
13+
fonttools[woff]==4.22.1
1014
# via -r requirements.in
15+
macholib==1.14
16+
# via pyinstaller
1117
pyinstaller-hooks-contrib==2021.1
1218
# via pyinstaller
1319
pyinstaller==4.3
@@ -18,6 +24,8 @@ pyqt5-sip==12.8.1
1824
# via pyqt5
1925
pyqt5==5.15.3
2026
# via -r requirements.in
27+
zopfli==0.1.8
28+
# via fonttools
2129

2230
# The following packages are considered to be unsafe in a requirements file:
2331
# setuptools

0 commit comments

Comments
 (0)