Files
2023-12-12 15:57:06 +02:00

21 lines
544 B
TOML

[tool.poetry]
name = "notification-client"
version = "0.1.0"
description = "It gets a notification from a server and notifies the user."
authors = ["Kostiantyn Klochko <kklochko@protonmail.com>"]
readme = "README.md"
license = "AGPL-3.0-or-later"
packages = [{include = "notification_client"}]
repository = "https://gitlab.com/KKlochko/notification-client"
[tool.poetry.dependencies]
python = "^3.10"
notify-py = "^0.3.42"
typer = "^0.9.0"
rich = "^13.7.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"