unicheckbot/apps/tgbot/pyproject.toml
2021-01-03 16:38:47 +03:00

18 lines
352 B
TOML

[tool.poetry]
name = "tgbot"
version = "0.1.0"
description = "Telegram bot"
authors = ["kiriharu <kiriharu@yandex.ru>"]
[tool.poetry.dependencies]
python = "^3.8"
aiogram = "^2.11.2"
core = {path = "../core"}
httpx = "^0.16.1"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"