Skip to content

Commit 9a800f9

Browse files
committed
add loguru as dependency
1 parent 4b3e470 commit 9a800f9

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ classifiers = [
6161
]
6262

6363
requires-python = ">=3.10"
64-
dependencies = []
64+
dependencies = [
65+
"loguru>=0.7.3",
66+
]
6567

6668
[build-system]
6769
requires = ["uv_build>=0.7.19,<0.8"]

uv.lock

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

0 commit comments

Comments
 (0)