watchdog
toml
questionary
qrcode[pil]

[db]
sqlalchemy>=2.0.51
alembic>=1.19.0

[db-mssql]
aioodbc>=0.5

[db-mysql]
aiomysql>=0.2

[db-pg]
asyncpg>=0.29

[db-sqlite]
aiosqlite>=0.20

[dev]
pytest
pytest-cov
pytest-asyncio

[fast-html]
lxml

[redis]
redis[hiredis]>=8.1.0
