Some checks failed
Sync Container Images / sync-images (push) Failing after 12m10s
23 lines
454 B
TOML
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" },
|
|
] |