image-manager/pyproject.toml
Snowykami 450b83c3ef
Some checks failed
Sync Container Images / sync-images (push) Failing after 39s
添加 cloudreve-aio Dockerfile,更新同步任务以支持 Dockerfile 构建
2025-04-20 15:21:07 +08:00

18 lines
370 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",
]
[[tool.uv.index]]
name = "liteyuki"
url = "https://git.liteyuki.icu/api/packages/snowykami/pypi/simple"
explicit = true