dev: Use uv
Some checks failed
Push to local registry / Build and push image (push) Failing after 15m29s

This commit is contained in:
2026-04-19 13:56:12 +03:00
parent cd6e11fe48
commit e9d0ca1e08
2 changed files with 91 additions and 0 deletions

View File

@@ -1,3 +1,13 @@
[project]
name = "s3-mirror"
version = "0.1"
requires-python = ">=3.12"
dependencies = [
"minio==7.1.13",
"tenacity==8.2.1",
"tqdm==4.64.1",
]
[tool.black]
line-length = 80
target-version = ['py38']