init commit

This commit is contained in:
prod-tech
2024-11-17 02:31:42 +03:00
commit cf933c770c
217 changed files with 19340 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
[project]
name = "app"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.12"
dependencies = [
"aiogram>=3.14.0",
"pydantic>=2.9.2",
"pydantic-settings>=2.6.1",
]
[tool.uv]
dev-dependencies = [
"mypy<2.0.0,>=1.8.0",
"ruff<1.0.0,>=0.2.2",
"isort>=5.13.2",
"coverage<8.0.0,>=7.4.3",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"