1
1
mirror of https://github.com/rsms/inter.git synced 2024-09-11 10:55:24 +03:00
inter/Pipfile

25 lines
660 B
TOML
Raw Normal View History

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
ufo2ft = "==2.30.0"
# 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 23:06:45 +03:00
fontmake = "==3.5.*"
2023-11-19 06:33:00 +03:00
fontbakery = "==0.10.4"
skia-pathops = "==0.8.*"
gftools = "==0.9.*"
glyphspkg = "==0.1.*"
brotli = "==1.0.*"
psautohint = "==2.4.*"
[dev-packages]
# 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).
[requires]
python_version = "3.8"