[tool.poetry] name = "notification-producer" version = "0.1.0" description = "It creates and sends a notification to the server." authors = ["Kostiantyn Klochko "] readme = "README.md" license = "AGPL-3.0-or-later" packages = [{include = "notification_producer"}] repository = "https://gitlab.com/KKlochko/notification-producer" [tool.poetry.dependencies] python = "^3.10" typer = "^0.9.0" rich = "^13.7.0" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"