Skip to content

Commit a7eb48d

Browse files
committed
[setup.py] add brotli dependency
1 parent 6148676 commit a7eb48d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
AUTHOR = "Source Foundry Authors"
1414
REQUIRES_PYTHON = ">=3.6.0"
1515

16-
INSTALL_REQUIRES = ["fontTools", "rich"]
16+
INSTALL_REQUIRES = ["fontTools", "brotli", "rich"]
1717
# Optional packages
1818
EXTRAS_REQUIRES = {
1919
# for developer installs

0 commit comments

Comments
 (0)