mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2025-10-05 02:56:29 +00:00
🔧 更新 pyproject.toml 和 uv.lock,添加 yukilog 依赖及相关配置
Some checks failed
Pytest API Testing / Pytes-API-Testing (push) Failing after 41s
Some checks failed
Pytest API Testing / Pytes-API-Testing (push) Failing after 41s
This commit is contained in:
@@ -11,6 +11,7 @@ dependencies = [
|
||||
"pydantic>=2.11.3",
|
||||
"pyyaml>=6.0.2",
|
||||
"uvicorn>=0.34.2",
|
||||
"yukilog>=0.1.1",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
@@ -21,6 +22,23 @@ dev = [
|
||||
"ruff>=0.11.7",
|
||||
]
|
||||
|
||||
# build
|
||||
[build-system]
|
||||
requires = ["pdm-backend >= 2.4.0"]
|
||||
build-backend = "pdm.backend"
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 80
|
||||
src = ["liteyukibot", "main.py"]
|
||||
|
||||
# index and sources
|
||||
[[tool.uv.index]]
|
||||
name = "liteyuki-pypi"
|
||||
url = "https://git.liteyuki.icu/api/packages/LiteyukiStudio/pypi/simple"
|
||||
publish-url = "https://git.liteyuki.icu/api/packages/LiteyukiStudio/pypi"
|
||||
explicit = true
|
||||
|
||||
[tool.uv.sources]
|
||||
yukilog = [
|
||||
{ index = "liteyuki-pypi" },
|
||||
]
|
||||
|
Reference in New Issue
Block a user