googlefonts / vf2symbols

Apache License 2.0
4 stars 6 forks source link

Update dev-requirements.in with fonttools #1

Closed davelab6 closed 3 years ago

davelab6 commented 4 years ago

Other imports look like they are part of the python standard distribution, and while practically we could assume any user of this has fonttools available, sometimes there are pyenv etc snafus so it seems like it should be here

rsheeter commented 4 years ago

It's in setup.py

rsheeter commented 4 years ago

For context, setup.py enumerates the dependencies to execute and dev-requirements lists additional things only someone making code changes would require (such as the formatter)