fonttools/requirements.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
881 B
Plaintext
Raw Permalink Normal View History

# we use the official Brotli module on CPython and the CFFI-based
# extension 'brotlipy' on PyPy
brotli==1.1.0; platform_python_implementation != "PyPy"
brotlicffi==1.1.0.0; platform_python_implementation == "PyPy"
unicodedata2==15.1.0; python_version <= '3.11'
scipy==1.10.0; platform_python_implementation != "PyPy" and python_version <= '3.8' # pyup: ignore
2024-10-07 17:49:16 +02:00
scipy==1.14.1; platform_python_implementation != "PyPy" and python_version >= '3.9'
2020-11-09 15:50:06 +00:00
munkres==1.1.4; platform_python_implementation == "PyPy"
zopfli==0.2.3.post1
2022-06-06 17:09:06 +01:00
fs==2.4.16
skia-pathops==0.8.0.post2; platform_python_implementation != "PyPy"
# this is only required to run Tests/cu2qu/{ufo,cli}_test.py
2024-11-25 16:49:44 +01:00
ufoLib2==0.17.0
2024-10-14 17:49:06 +02:00
ufo2ft==3.3.1
2024-12-02 16:49:48 +01:00
pyobjc==10.3.2; sys_platform == "darwin"
2024-10-07 17:49:15 +02:00
freetype-py==2.5.1
2024-11-25 16:49:45 +01:00
uharfbuzz==0.43.0
2024-11-25 16:49:46 +01:00
glyphsLib==6.9.5 # this is only required to run Tests/varLib/interpolatable_test.py
2024-08-12 16:49:08 +01:00
lxml==5.3.0
2024-10-07 17:49:18 +02:00
sympy==1.13.3