v0.1: The first version of backup script
This commit is contained in:
28
pyproject.toml
Normal file
28
pyproject.toml
Normal file
@@ -0,0 +1,28 @@
|
||||
[tool.poetry]
|
||||
name = "docker-files-backup"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = ["Eugene Morozov <e@morozov.ee>"]
|
||||
packages = [
|
||||
{ include = "README.md" },
|
||||
]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.10"
|
||||
schedule = "^1.1.0"
|
||||
boto3 = "^1.20.51"
|
||||
pytz = "^2022.1"
|
||||
pyzstd = "^0.15.3"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
pre-commit = "^2.17.0"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[tool.black]
|
||||
line-length = 90
|
||||
|
||||
[tool.isort]
|
||||
profile = "black"
|
||||
Reference in New Issue
Block a user