1
2[all]
3fs<3,>=2.2.0
4lxml<5,>=4.0
5zopfli>=0.1.4
6lz4>=1.7.4.2
7matplotlib
8sympy
9
10[all:platform_python_implementation != "PyPy"]
11brotli>=1.0.1
12scipy
13
14[all:platform_python_implementation == "PyPy"]
15brotlipy>=0.7.0
16munkres
17
18[all:python_version < "3.4"]
19enum34>=1.1.6
20singledispatch>=3.4.0.3
21typing>=3.6.4
22
23[all:python_version < "3.7" and platform_python_implementation != "PyPy"]
24unicodedata2>=11.0.0
25
26[all:sys_platform == "darwin"]
27xattr
28
29[graphite]
30lz4>=1.7.4.2
31
32[interpolatable]
33
34[interpolatable:platform_python_implementation != "PyPy"]
35scipy
36
37[interpolatable:platform_python_implementation == "PyPy"]
38munkres
39
40[lxml]
41lxml<5,>=4.0
42
43[lxml:python_version < "3.4"]
44singledispatch>=3.4.0.3
45typing>=3.6.4
46
47[plot]
48matplotlib
49
50[symfont]
51sympy
52
53[type1]
54
55[type1:sys_platform == "darwin"]
56xattr
57
58[ufo]
59fs<3,>=2.2.0
60
61[ufo:python_version < "3.4"]
62enum34>=1.1.6
63
64[unicode]
65
66[unicode:python_version < "3.7" and platform_python_implementation != "PyPy"]
67unicodedata2>=11.0.0
68
69[woff]
70zopfli>=0.1.4
71
72[woff:platform_python_implementation != "PyPy"]
73brotli>=1.0.1
74
75[woff:platform_python_implementation == "PyPy"]
76brotlipy>=0.7.0
77