This commit is contained in:
Eugene Morozov
2022-08-29 17:31:41 +00:00
parent 1f7f58b359
commit d9bf4df6a4
3 changed files with 67 additions and 68 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "docker-postgres-backup"
version = "0.1.0"
version = "0.2.0"
description = ""
authors = ["Eugene Morozov <e@morozov.ee>"]
packages = [
@@ -12,7 +12,7 @@ python = "^3.10"
schedule = "^1.1.0"
psycopg2-binary = "^2.9.3"
boto3 = "^1.20.51"
pytz = "^2021.3"
pytz = "^2022.1"
[tool.poetry.dev-dependencies]
pre-commit = "^2.17.0"