Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
调整依赖声明
Browse files Browse the repository at this point in the history
  • Loading branch information
TakWolf committed Jun 1, 2023
1 parent 147eb65 commit 21723a8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ classifiers = [
]

dependencies = [
"fonttools==4.39.4",
"Brotli==1.0.9",
"bdffont==0.0.10",
"Pillow==9.5.0",
"pypng==0.20220715.0",
"fonttools>=4.39.4",
"Brotli>=1.0.9",
"bdffont>=0.0.10",
"Pillow>=9.5.0",
"pypng>=0.20220715.0",
]

[project.urls]
Expand Down

0 comments on commit 21723a8

Please sign in to comment.