Some checks failed
Push to local registry / Build and push image (push) Failing after 15m29s
21 lines
371 B
TOML
21 lines
371 B
TOML
[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']
|
|
include = '.pyi?$'
|
|
|
|
[tool.isort]
|
|
profile = "black"
|
|
py_version = "auto"
|
|
sections = "FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,LOCALFOLDER"
|
|
known_local_folder = "src"
|