diff --git a/pyproject.toml b/pyproject.toml index e438f04..116ddd4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,6 +11,7 @@ readme = "README.md" requires-python = ">=3.10" dynamic = ["version"] dependencies = [ + "aiohttp", "aiosqlite", "asgi-correlation-id", "asyncpg",