From eea9c9f238fa487338fbce65ffb45b942d5a1a37 Mon Sep 17 00:00:00 2001 From: Nicolas Frank Date: Thu, 19 Dec 2024 16:45:02 +0100 Subject: [PATCH] Add aiohttp --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) 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",