init poetry

parent 310b7546
This source diff could not be displayed because it is too large. You can view the blob instead.
[project]
name = "altlinux-packages-bot"
version = "0.1.0"
description = "Telegram бот для портала packages.altlinux.org"
authors = [
{name = "Kirill Unitsaev",email = "fiersik@altlinux.org"}
]
license = {text = "GPL-3.0-or-later"}
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"telegrinder (>=0.5.1,<0.6.0)",
"pydantic (>=2.11.7,<3.0.0)"
]
[project.urls]
repository = "https://gitlab.eterfund.ru/fiersik/altlinux-packages-bot"
"Bug Tracker" = "https://gitlab.eterfund.ru/fiersik/altlinux-packages-bot/issues"
[tool.poetry]
package-mode = false
[tool.poetry.dependencies]
python = ">=3.12,<4.0"
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment