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.
2 parents d8703e0 + 33ac34a commit d44d225Copy full SHA for d44d225
requirements.txt
@@ -4,4 +4,4 @@
4
#
5
# pip-compile
6
7
-fonttools==4.16.0 # via dehinter (setup.py)
+fonttools==4.16.1 # via dehinter (setup.py)
setup.py
@@ -13,7 +13,7 @@
13
REQUIRES_PYTHON = ">=3.6.0"
14
15
INSTALL_REQUIRES = [
16
- "fontTools==4.16.0",
+ "fontTools==4.16.1",
17
]
18
# Optional packages
19
EXTRAS_REQUIRES = {
0 commit comments