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 Jul 14, 2023
1 parent 9163b94 commit 8c50f22
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ classifiers = [
]

dependencies = [
"fonttools>=4.40.0",
"fonttools>=4.41.0",
"Brotli>=1.0.9",
"bdffont>=0.0.12",
"Pillow>=9.5.0",
"bdffont>=0.0.13",
"Pillow>=10.0.0",
"pypng>=0.20220715.0",
]

Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
fonttools==4.40.0
fonttools==4.41.0
Brotli==1.0.9
bdffont==0.0.12
Pillow==9.5.0
bdffont==0.0.13
Pillow==10.0.0
pypng==0.20220715.0

pytest==7.4.0

0 comments on commit 8c50f22

Please sign in to comment.