dev: Use uv
Some checks failed
Push to local registry / Build and push image (push) Failing after 15m29s
Some checks failed
Push to local registry / Build and push image (push) Failing after 15m29s
This commit is contained in:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user