mirror of
https://gitflic.ru/project/maks1ms/ocab.git
synced 2024-12-23 16:23:01 +03:00
26 lines
617 B
TOML
26 lines
617 B
TOML
[tool.poetry]
|
|
name = "ocab"
|
|
version = "0.1.0"
|
|
description = ""
|
|
license = "GPL-3.0-only"
|
|
authors = ["Семён Фомченков <s.fomchenkov@yandex.ru>"]
|
|
maintainers = [
|
|
"Илья Женецкий <ilya_zhenetskij@vk.com>",
|
|
"qualimock <qualimock@yandex.ru>",
|
|
"Кирилл Уницаев fiersik.kouji@yandex.ru",
|
|
]
|
|
readme = "README.md"
|
|
repository = "https://gitflic.ru/project/armatik/ocab"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.11.6"
|
|
aiogram = "^3.2.0"
|
|
peewee = "^3.17.0"
|
|
pyyaml = "^6.0.1"
|
|
requests = "^2.31.0"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|