1
1
mirror of https://github.com/rsms/inter.git synced 2024-08-16 06:10:38 +03:00
inter/Pipfile
2023-04-20 13:06:45 -07:00

22 lines
480 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
ufo2ft = "==2.30.0"
fontmake = "==3.5.*"
fontbakery = "==0.8.*"
skia-pathops = "==0.7.*"
gftools = "==0.9.*"
glyphspkg = "==0.1.*"
brotli = "==1.0.*"
[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"