From 5c48fce382bb811d6175a55f71f69eef1c9f381a Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Sat, 12 Oct 2024 02:42:31 -0700 Subject: [PATCH] fix: async-timeout --- backend/requirements.txt | 1 + pyproject.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/backend/requirements.txt b/backend/requirements.txt index 7d601f86a..24c3fdaef 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -12,6 +12,7 @@ passlib[bcrypt]==1.7.4 requests==2.32.3 aiohttp==3.10.8 +async-timeout sqlalchemy==2.0.32 alembic==1.13.2 diff --git a/pyproject.toml b/pyproject.toml index f7a90a5b2..46c31e4a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,6 +20,7 @@ dependencies = [ "requests==2.32.3", "aiohttp==3.10.8", + "async-timeout", "sqlalchemy==2.0.32", "alembic==1.13.2",