2023-04-05 22:23:06 +02:00
|
|
|
[[source]]
|
|
|
|
url = "https://pypi.org/simple"
|
|
|
|
verify_ssl = true
|
|
|
|
name = "pypi"
|
|
|
|
|
|
|
|
[packages]
|
|
|
|
ufo2ft = "==2.30.0"
|
2023-08-30 19:02:05 +02:00
|
|
|
# fontmake >=3.6.0 (until at least 3.7.1) has a bug that breaks the build.
|
|
|
|
# see https://github.com/googlefonts/fontmake/issues/894#issuecomment-1699524088
|
2023-04-20 22:06:45 +02:00
|
|
|
fontmake = "==3.5.*"
|
2023-04-05 22:23:06 +02:00
|
|
|
fontbakery = "==0.8.*"
|
2023-08-30 19:02:05 +02:00
|
|
|
skia-pathops = "==0.8.*"
|
2023-04-05 22:23:06 +02:00
|
|
|
gftools = "==0.9.*"
|
|
|
|
glyphspkg = "==0.1.*"
|
|
|
|
brotli = "==1.0.*"
|
2023-07-13 16:45:02 +02:00
|
|
|
psautohint = "==2.4.*"
|
2023-04-05 22:23:06 +02:00
|
|
|
|
|
|
|
[dev-packages]
|
|
|
|
|
2023-04-16 02:20:03 +02:00
|
|
|
# Mainly due to https://pypi.org/project/fonttools/
|
|
|
|
# > FontTools requires Python 3.8 or later. We try to follow the same schedule
|
|
|
|
# > of minimum Python version support as NumPy (see NEP 29).
|
2023-04-05 22:23:06 +02:00
|
|
|
[requires]
|
2023-04-16 02:20:03 +02:00
|
|
|
python_version = "3.8"
|