1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34-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.27.0
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