This commit is contained in:
2024-12-26 11:00:10 +03:00
commit b91e6e8609
9 changed files with 982 additions and 0 deletions

18
pyproject.toml Normal file
View File

@@ -0,0 +1,18 @@
[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"