summaryrefslogtreecommitdiff
path: root/requirements2.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 /requirements2.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 'requirements2.txt')
-rw-r--r--requirements2.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/requirements2.txt b/requirements2.txt
new file mode 100644
index 000000000..44db5e3fd
--- /dev/null
+++ b/requirements2.txt
@@ -0,0 +1,17 @@
+# for secondry env (Python 2)
+# should match requirements.txt except from the "Python 2 specific" section.
+
+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.2.0
+munkres==1.0.12
+
+# Python 2 specific
+enum34==1.1.6
+typing==3.6.6
+backports.os==0.1.1