Files
docker-postgres-backup/pyproject.toml
Eugene Morozov 594534ed64
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
Release 0.6: Added Postgres 18; Updated libs
2025-12-13 15:03:50 +02:00

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"