0
0
mirror of https://gitflic.ru/project/maks1ms/ocab.git synced 2024-12-23 16:23:01 +03:00
ocab/pyproject.toml

17 lines
296 B
TOML

[tool.poetry]
name = "ocab"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "3.11.6"
aiogram = "^3.2.0"
peewee = "^3.17.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"