fastapi
pydantic
pydantic_settings
dotenv
typing-extensions
loguru

[api]
uvicorn

[azure]
azure-storage-blob
azure-identity
azure-keyvault-secrets
asyncpg

[dbrx]
databricks-sdk

[dev]
deltashare_api[api,azure,dbrx,release,static-code-qa,test]

[release]
build
twine

[static-code-qa]
pre-commit
pylint
black
isort
flake8
flake8-docstrings
Flake8-pyproject
radon
mypy
types-requests

[test]
deltashare_api[dbrx]
pytest
pytest-cov
httpx
pytest-asyncio
uvicorn
