-e .

# Async database drivers
asyncmy==0.2.9
aiomysql==0.2.0
aiopg==1.4.0
aiosqlite==0.20.0
asyncpg==0.29.0

# Sync database drivers for standard tooling around setup/teardown/migrations.
psycopg==3.1.18
pymysql==1.1.0

# Testing
autoflake==1.4
black==22.6.0
httpx==0.24.1
isort==5.10.1
mypy==0.971
pytest==7.1.2
pytest-cov==3.0.0
starlette==0.36.2
requests==2.31.0

# Documentation
mkdocs==1.3.1
mkdocs-material==8.3.9
mkautodoc==0.1.0

# Packaging
twine==4.0.1
wheel==0.38.1
setuptools==69.0.3
