Files
docker-postgres-backup/pyproject.toml
Eugene Morozov fb0187db5d
All checks were successful
Build Docker Image / build-and-deploy-image (pg15) (push) Successful in 1m44s
Build Docker Image / build-and-deploy-image (pg16) (push) Successful in 1m41s
Build Docker Image / build-and-deploy-image (pg17) (push) Successful in 1m43s
Release 0.5: Updated libs
2025-06-07 20:30:38 +03:00

26 lines
427 B
TOML

[tool.poetry]
name = "docker-postgres-backup"
version = "0.5"
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"