fastapi>=0.115.0
uvicorn[standard]>=0.32.0
pydantic>=2.0.0
pyyaml>=6.0
httpx>=0.27.0
typer>=0.12.0
python-multipart>=0.0.9

[all]
codefx-pro[dev,flatfile,mssql,mysql,postgres,redis,s3]

[dev]
pytest>=8.0
pytest-asyncio>=0.24.0
ruff>=0.6.0
pre-commit>=3.0
httpx>=0.27.0

[flatfile]

[mssql]
aioodbc>=0.5.0
pyodbc>=5.1.0

[mysql]
aiomysql>=0.2.0

[postgres]
asyncpg>=0.29.0
sqlalchemy[asyncio]>=2.0.0

[redis]
redis[hiredis]>=5.0.0

[s3]
boto3>=1.35.0
