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-e .
# Async database drivers
asyncmy==0.2.7
aiomysql==0.1.1
aiopg==1.3.4
aiosqlite==0.17.0
asyncpg==0.26.0
# Sync database drivers for standard tooling around setup/teardown/migrations.
psycopg2-binary==2.9.3
pymysql==1.0.2
# 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