Some checks failed
Build Docker Image / build-and-deploy-image (pg15) (push) Successful in 1m55s
Build Docker Image / build-and-deploy-image (pg16) (push) Failing after 21s
Build Docker Image / build-and-deploy-image (pg17) (push) Failing after 21s
Build Docker Image / build-and-deploy-image (pg18) (push) Failing after 22s
26 lines
427 B
TOML
26 lines
427 B
TOML
[tool.poetry]
|
|
name = "docker-postgres-backup"
|
|
version = "0.6"
|
|
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"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|
|
|
|
[tool.black]
|
|
line-length = 100
|
|
|
|
[tool.isort]
|
|
profile = "black"
|