From 799472b3f4b4f6beb34afd72719239f427f778e4 Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Thu, 3 Jan 2019 15:10:08 -0800 Subject: Workaround for Python 3 bug in ufo2ft which caused invalid OTF files to be generated. Closes #110 --- requirements2.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 requirements2.txt (limited to 'requirements2.txt') 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 -- cgit v1.2.3