summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2019-01-04 02:10:08 +0300
committerRasmus Andersson <rasmus@notion.se>2019-01-04 02:10:08 +0300
commit799472b3f4b4f6beb34afd72719239f427f778e4 (patch)
treeb0f65db53fa4f483eca7c49c0f164c5ac0ec3224 /requirements.txt
parentd16ca04eaa69b837d0935e69a7977da204d1345d (diff)
downloadinter-799472b3f4b4f6beb34afd72719239f427f778e4.tar.xz
Workaround for Python 3 bug in ufo2ft which caused invalid OTF files to be generated. Closes #110
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 4aae4fb61..8c8580bbd 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,7 +1,9 @@
+glyphsLib==3.1.4
skia-pathops==0.2.0.post2
fontmake==1.8.0
+fs==2.2.0
# for fontTools/varLib/interpolatable.py
numpy==1.15.4
-scipy==1.1.0
+scipy==1.2.0
munkres==1.0.12