fastapi>=0.115.0
pydantic>=2.11.0
PyYAML>=6.0.2
pystructor>=0.2.0
aiosqlite>=0.20.0
clickhouse-sqlalchemy>=0.3.0
SQLAlchemy>=2.0.0
sqlmodel>=0.0.24
kafka-python>=2.2.15
makefun>=1.16.0
cryptography>=45.0.0

[async]
sqlalchemy[asyncio]>=2.0.41
asyncpg>=0.30.0
aiomysql>=0.2.0
aioodbc>=0.5.0
aiokafka>=0.12.0

[dev]
ruff
pylint
pylint-per-file-ignores

[drivers]
psycopg[binary]>=3.2.3
pymysql>=1.1.1
pyodbc>=5.2.0
oracledb>=3.4.1

[s3]
boto3>=1.34.130

[s3_async]
aioboto3>=13.1.1

[test]
pytest>=7.0.0
pytest-mock>=3.12.0
