Skip to content

Commit b7627a0

Browse files
committed
添加依赖 Brotli
1 parent 51069ca commit b7627a0

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ SfntTools is a library for manipulating the [SFNT Format](https://en.wikipedia.o
1111
pip 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/)

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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]
2630
homepage = "https://github.com/TakWolf/sfnttools-python"
2731
source = "https://github.com/TakWolf/sfnttools-python"

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
Brotli==1.1.0
2+
13
pytest==8.3.5

0 commit comments

Comments
 (0)