Some checks failed
Sync Container Images / sync-images (push) Failing after 39s
18 lines
370 B
TOML
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
|