image-manager/pyproject.toml
Snowykami 364ee6e066
Some checks failed
Sync Container Images / sync-images (push) Failing after 12m10s
添加 test-pypi 依赖项,并更新 uv.lock 文件以包含新的源信息
2025-04-19 20:30:08 +08:00

23 lines
454 B
TOML

[project]
name = "image-manager"
version = "0.1.0"
description = "A simple image manager for container images."
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"aiofiles>=24.1.0",
"pydantic>=2.11.3",
"pyyaml>=6.0.2",
"test-pypi>=0.1.1",
]
[[tool.uv.index]]
name = "liteyuki"
url = "https://git.liteyuki.icu/api/packages/snowykami/pypi/simple"
explicit = true
[tool.uv.sources]
test-pypi = [
{ index = "liteyuki" },
]