Skip to content

Commit

Permalink
Merge pull request #578 from m4rc1e/bump-axisreg
Browse files Browse the repository at this point in the history
bump axisregistry
  • Loading branch information
m4rc1e authored Jun 24, 2022
2 parents d69574b + 112c7a7 commit 9a85e89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
fonttools[ufo]
#google-apputils
axisregistry>=0.2.0
axisregistry>=0.3.1
absl-py
protobuf==3.19.4
PyGithub
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def gftools_scripts():
# see: https://github.com/fontforge/fontforge/issues/2048
'setuptools',
'FontTools[ufo]',
'axisregistry>=0.2.0', # API update removed fallback names pre-processing
'axisregistry>=0.3.1', # API update removed fallback names pre-processing
'absl-py',
'glyphsLib',
'gflanguages>=0.4.0',
Expand Down

0 comments on commit 9a85e89

Please sign in to comment.