22 lines
409 B
TOML
22 lines
409 B
TOML
[tool.poetry]
|
|
description = ""
|
|
authors = ["Sergey Elpashev <elpashevs@bk.ru>"]
|
|
readme = "README.md"
|
|
package-mode = false
|
|
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.13"
|
|
pydantic = "^2.10.4"
|
|
pydantic-settings = "^2.7.0"
|
|
aiogram = "^3.16.0"
|
|
peewee = "^3.17.8"
|
|
uvloop = "^0.21.0"
|
|
jurigged = "^0.6.0"
|
|
psycopg2-binary = "^2.9.10"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|