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.
21 lines
544 B
21 lines
544 B
[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"
|