Initial
This commit is contained in:
18
pyproject.toml
Normal file
18
pyproject.toml
Normal 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"
|
||||
Reference in New Issue
Block a user