Skip to content

Commit

Permalink
These modules are now an integral part of the builder
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens committed Sep 22, 2023
1 parent 70cedd8 commit 2e9c7e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,15 @@ dependencies = [
'bumpfontversion',
'nanoemoji>=0.15.0',
'font-v',
'ninja',
'networkx'
]

[project.optional-dependencies]
qa = [
"fontbakery",
"diffenator2>=0.2.0"
]
ninja = [ "ninja" ]

[project.scripts]
gftools = "gftools.scripts:main"
Expand Down

0 comments on commit 2e9c7e1

Please sign in to comment.