2021-01-03 00:56:55 +03:00
|
|
|
[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"
|
2021-01-03 16:38:47 +03:00
|
|
|
httpx = "^0.16.1"
|
2021-01-04 00:45:32 +03:00
|
|
|
python-whois = "^0.7.3"
|
2021-01-05 02:18:06 +03:00
|
|
|
core = {path = "../core"}
|
2021-01-05 20:23:28 +03:00
|
|
|
aioinflux = "^0.9.0"
|
|
|
|
loguru = "^0.5.3"
|
2021-01-14 00:37:57 +03:00
|
|
|
whois-vu = "^0.3.0"
|
2021-01-17 18:08:17 +03:00
|
|
|
tortoise-orm = "^0.16.19"
|
2021-01-03 00:56:55 +03:00
|
|
|
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core>=1.0.0"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|