cryptography>=46.0.0
pydantic[email]>=2.12.0
sqlalchemy>=2.0.0

[all]
tiny-ca[async,mysql,mysql-async,postgres,postgres-async]

[async]
aiofiles>=25.1.0
aiosqlite>=0.22.0
types-aiofiles>=25.1.0

[mysql]
pymysql>=1.1.0

[mysql-async]
aiomysql>=0.2.0

[postgres]
psycopg2-binary>=2.9.0

[postgres-async]
asyncpg>=0.30.0
