[tool.poetry] name = "notification-client" version = "0.1.0" description = "It gets a notification from a server and notifies the user." authors = ["Kostiantyn Klochko "] 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"