Skip to content

Commit 3b67b14

Browse files
committed
[chore] pdm add kojo-fan-art
1 parent a2bf8e3 commit 3b67b14

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

samplecode/python-environments/pdm-example/pdm.lock

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samplecode/python-environments/pdm-example/pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ description = "Default template for PDM package"
55
authors = [
66
{name = "ftnext", email = "[email protected]"},
77
]
8-
dependencies = []
8+
dependencies = [
9+
"kojo-fan-art>=0.1.1",
10+
]
911
requires-python = ">=3.9"
1012
readme = "README.md"
1113
license = {text = "MIT"}

0 commit comments

Comments
 (0)