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.
19 lines
489 B
19 lines
489 B
[tool.poetry]
|
|
name = "notification-producer"
|
|
version = "0.1.0"
|
|
description = "It creates and sends a notification to the server."
|
|
authors = ["Kostiantyn Klochko <kklochko@protonmail.com>"]
|
|
readme = "README.md"
|
|
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"
|