Timothy J. Baek преди 6 месеца
родител
ревизия
5c48fce382
променени са 2 файла, в които са добавени 2 реда и са изтрити 0 реда
  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",