All checks were successful
Build Docker Image / build-and-deploy-image (push) Successful in 1m40s
27 lines
443 B
TOML
27 lines
443 B
TOML
[tool.poetry]
|
|
name = "docker-files-backup"
|
|
version = "0.3"
|
|
description = ""
|
|
authors = ["Eugene Morozov <e@morozov.ee>"]
|
|
packages = [
|
|
{ include = "README.md" },
|
|
]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.12"
|
|
schedule = "^1.1.0"
|
|
boto3 = "^1.20.51"
|
|
pytz = "^2025.2"
|
|
pyzstd = "^0.17.0"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|
|
|
|
[tool.black]
|
|
line-length = 100
|
|
|
|
[tool.isort]
|
|
profile = "black"
|