fastapi[standard]>=0.115
openai-agents>=0.2
pydantic-settings>=2.7
python-multipart>=0.0.18
sqlalchemy>=2.0
itsdangerous>=2.2
email-validator>=2.2
alembic>=1.14

[all]
aiosqlite>=0.20
asyncpg>=0.30
aiomysql>=0.2
openai-agents[litellm]>=0.2
boto3>=1.35

[dev]
aiosqlite>=0.20
asyncpg>=0.30
aiomysql>=0.2
openai-agents[litellm]>=0.2
boto3>=1.35
build
httpx
pytest
pytest-asyncio
ruff
twine

[litellm]
openai-agents[litellm]>=0.2

[mysql]
aiomysql>=0.2

[postgresql]
asyncpg>=0.30

[s3]
boto3>=1.35

[sqlite]
aiosqlite>=0.20
