2024-02-01 04:44:28 +00:00
|
|
|
[tool.poetry]
|
|
|
|
name = "stackup"
|
|
|
|
version = "0.1.0"
|
|
|
|
description = "Container infrastructure for backing up container stacks using Borg"
|
|
|
|
authors = ["Ethan Paul <24588726+enpaul@users.noreply.github.com>"]
|
|
|
|
license = "MIT"
|
|
|
|
readme = "README.md"
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
|
|
|
python = "^3.11"
|
|
|
|
docker = "^7.0.0"
|
|
|
|
plumbum = "^1.8.2"
|
2024-02-01 07:31:04 +00:00
|
|
|
borgbackup = "^1.2.7"
|
|
|
|
wonderwords = "^2.2.0"
|
2024-02-01 04:44:28 +00:00
|
|
|
|
|
|
|
|
2024-02-01 07:31:04 +00:00
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
|
|
ipython = "^8.21.0"
|
|
|
|
black = "^24.1.1"
|
|
|
|
reorder-python-imports = "^3.12.0"
|
|
|
|
pylint = "^3.0.3"
|
|
|
|
mypy = "^1.8.0"
|
|
|
|
|
2024-02-01 04:44:28 +00:00
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|