You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tui-rsync/pyproject.toml

23 lines
536 B

[tool.poetry]
name = "tui-rsync"
version = "0.5.0"
description = ""
authors = ["Kostiantyn Klochko <kostya_klochko@ukr.net>"]
readme = "README.rst"
license = "GPL-3.0-or-later"
packages = [{include = "tui_rsync"}]
repository = "https://gitlab.com/KKlochko/tui-rsync"
keywords = ["tui", "cli", "rsync", "backup"]
[tool.poetry.dependencies]
python = "^3.10"
rich = "^13.3.1"
typer = "^0.7.0"
peewee = "^3.15.4"
pyfzf = "^0.3.1"
platformdirs = "^3.1.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"