Files
nwxraybot/pyproject.toml
2024-12-26 11:00:10 +03:00

19 lines
357 B
TOML

[tool.poetry]
name = "nwxraybot"
version = "0.1.0"
description = ""
authors = ["Sergey Elpashev <elpashevs@bk.ru>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.13"
pydantic = "^2.10.4"
pydantic-settings = "^2.7.0"
aiogram = "^3.16.0"
peewee = "^3.17.8"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"