mirror of
https://github.com/koloideal/Quizzi.git
synced 2026-06-10 02:15:29 +03:00
18 lines
439 B
TOML
18 lines
439 B
TOML
[project]
|
|
name = "trudex"
|
|
version = "0.1.0"
|
|
description = "Telegram платформа для тестирования по охране труда"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12,<3.14"
|
|
dependencies = [
|
|
"aiogram>=3.23.0",
|
|
"aiogram-dialog>=2.4.0",
|
|
"alembic>=1.17.2",
|
|
"asyncpg>=0.31.0",
|
|
"dishka>=1.7.2",
|
|
"httpx>=0.28.1",
|
|
"sqlalchemy>=2.0.45",
|
|
"apscheduler>=3.10.4",
|
|
"pydantic>=2.10.5",
|
|
]
|