summaryrefslogtreecommitdiff
path: root/Pipfile
blob: 2a3e3a96de5031220e5d7078d3cf90c509f91761 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[[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.*"
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"