[tool.poetry] name = "copy_borg" version = "0.0.0" authors = ["Gregor Kleen "] 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"