File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ SfntTools is a library for manipulating the [SFNT Format](https://en.wikipedia.o
1111pip install sfnttools
1212```
1313
14+ ## Dependencies
15+
16+ - [ Brotli] ( https://github.com/google/brotli )
17+
1418## References
1519
1620- [ OpenType Specification] ( https://learn.microsoft.com/en-us/typography/opentype/spec/ )
Original file line number Diff line number Diff line change @@ -22,6 +22,10 @@ classifiers = [
2222 " Operating System :: OS Independent" ,
2323]
2424
25+ dependencies = [
26+ " Brotli>=1.1.0" ,
27+ ]
28+
2529[project .urls ]
2630homepage = " https://github.com/TakWolf/sfnttools-python"
2731source = " https://github.com/TakWolf/sfnttools-python"
Original file line number Diff line number Diff line change 1+ Brotli == 1.1.0
2+
13pytest == 8.3.5
You can’t perform that action at this time.
0 commit comments