We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 942de1f commit 84728cfCopy full SHA for 84728cf
requirements.txt
@@ -1 +1 @@
1
-
+fontTools == 4.0.0
setup.py
@@ -12,7 +12,7 @@
12
AUTHOR = "Source Foundry Authors"
13
REQUIRES_PYTHON = ">=3.6.0"
14
15
-INSTALL_REQUIRES = [""]
+INSTALL_REQUIRES = ["fontTools >= 4.0.0"]
16
# Optional packages
17
EXTRAS_REQUIRES = {
18
# for developer installs
0 commit comments