Skip to content

Commit 02e941c

Browse files
committed
内置 pypng 临时解决测试失败问题
1 parent 604af9d commit 02e941c

File tree

4 files changed

+2261
-3
lines changed

4 files changed

+2261
-3
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ classifiers = [
2323
]
2424

2525
dependencies = [
26-
"pypng>=0.20220715.0",
2726
"unidata-blocks>=0.0.18",
2827
"pyyaml>=6.0.3",
2928
]

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
pypng==0.20220715.0
21
unidata-blocks==0.0.18
32
pyyaml==6.0.3
43

src/pixel_font_knife/mono_bitmap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from os import PathLike
66
from typing import Any, BinaryIO
77

8-
import png
8+
from src.pixel_font_knife import png
99

1010

1111
class MonoBitmap(UserList[list[int]]):

0 commit comments

Comments
 (0)