upd
All checks were successful
Build Docs / changes (push) Successful in 22s
Build Docs / build-docs (push) Successful in 42s
Build Docs / deploy-docs (push) Successful in 4s

This commit is contained in:
Alexander Kalinovsky
2025-08-22 20:19:50 +03:00
parent 40a28638bb
commit 09e844c73b

View File

@@ -19,7 +19,7 @@ authors = [
license = { file = "LICENSE" }
dependencies = [
"aiogram>=3.17.0",
"aiogram>=3.22.0",
"asyncpg>=0.30.0",
"fastapi[standard]>=0.115.8",
"greenlet>=3.1.1",
@@ -27,3 +27,17 @@ dependencies = [
"sqlmodel>=0.0.24",
"ujson>=5.10.0",
]
[project.optional-dependencies]
dev = [
"build>=1.2.1",
"twine>=5.0.0",
"pytest>=8.0.0",
"ruff>=0.5.0",
]
i18n = [
"aiogram[i18n]>=3.22.0",
]
[tool.setuptools.packages.find]
where = ["src"]