Browse Source

fix: async-timeout

Timothy J. Baek 6 months ago
parent
commit
5c48fce382
2 changed files with 2 additions and 0 deletions
  1. 1 0
      backend/requirements.txt
  2. 1 0
      pyproject.toml

+ 1 - 0
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

+ 1 - 0
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",