summaryrefslogtreecommitdiff
path: root/modules/borgcopy/pyproject.toml
blob: f3401ed2212ef3de5c903bf32988cbb1b20571e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[tool.poetry]
name = "copy_borg"
version = "0.0.0"
authors = ["Gregor Kleen <gkleen@yggdrasil.li>"]
description = ""

[tool.poetry.scripts]
copy_borg = "copy_borg.__main__:main"

[tool.poetry.dependencies]
python = ">=3.10.0,<3.12"
humanize = "^4.6.0"
tqdm = "^4.65.0"
python-dateutil = "^2.8.2"
xdg = "^6.0.0"
python-unshare = "^0.2"
pyprctl = "^0.1.3"
halo = "^0.0.31"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"