Skip to content

Commit 84728cf

Browse files
committed
add fontTools v4.0.0+ requirement
1 parent 942de1f commit 84728cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1+
fontTools == 4.0.0

setup.py

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

15-
INSTALL_REQUIRES = [""]
15+
INSTALL_REQUIRES = ["fontTools >= 4.0.0"]
1616
# Optional packages
1717
EXTRAS_REQUIRES = {
1818
# for developer installs

0 commit comments

Comments
 (0)