2017-05-30 14:20:18 +01:00
|
|
|
# we use the official Brotli module on CPython and the CFFI-based
|
|
|
|
# extension 'brotlipy' on PyPy
|
2023-09-29 10:57:05 +03:00
|
|
|
brotli==1.1.0; platform_python_implementation != "PyPy"
|
|
|
|
brotlicffi==1.1.0.0; platform_python_implementation == "PyPy"
|
2023-10-23 16:55:09 +01:00
|
|
|
unicodedata2==15.1.0; python_version <= '3.11'
|
2023-11-03 10:15:23 +00:00
|
|
|
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"
|
2024-10-21 09:49:09 +02:00
|
|
|
zopfli==0.2.3.post1
|
2022-06-06 17:09:06 +01:00
|
|
|
fs==2.4.16
|
2024-10-21 09:49:09 +02:00
|
|
|
skia-pathops==0.8.0.post2; platform_python_implementation != "PyPy"
|
2020-04-02 19:55:40 +01:00
|
|
|
# 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
|