This commit is contained in:
2026-01-27 03:09:18 +04:00
commit a290511417
10 changed files with 892 additions and 0 deletions

12
pyproject.toml Normal file
View File

@@ -0,0 +1,12 @@
[project]
name = "destival-demo"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.13"
dependencies = [
"aiogram>=3.24.0",
"gigachat>=0.1.43",
"pydantic>=2.12.5",
"python-dotenv>=1.2.1",
"ruff>=0.14.13",
]