Skip to content

Commit ff81385

Browse files
committed
requirements.txt: install fonttools with [ufo] extra, for defcon
1 parent ac822a4 commit ff81385

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

requirements.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
pyclipper==1.0.5
2-
fonttools==3.32.0
2+
# fontTools.ufoLib is not imported directly by booleanOperations, but
3+
# the test suite needs defcon, which in turns requires fonttools installed
4+
# with [ufo] support
5+
fonttools[ufo]==3.32.0

0 commit comments

Comments
 (0)