Skip to content

Commit

Permalink
🚑 temporarily add async-timeout as redis error workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
krmax44 committed Sep 17, 2024
1 parent 15e2ffa commit 6d31790
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 3 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ classifiers = [
]
dynamic = ["version"]
dependencies = [
"async-timeout",
"celery>=5.2.2",
"cryptography>=43.0.1",
"pyopenssl>=22.0.0",
Expand Down
15 changes: 14 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ asgiref==3.8.1
# channels
# django
# django-countries
async-timeout==4.0.3
# via
# fragdenstaat-de (pyproject.toml)
# aiohttp
attrs==24.2.0
# via
# aiohttp
Expand Down Expand Up @@ -403,6 +407,8 @@ enmerkar==0.7.1
# via django-prices
et-xmlfile==1.1.0
# via openpyxl
exceptiongroup==1.2.2
# via pytest
factory-boy==3.3.1
# via
# fragdenstaat-de (pyproject.toml)
Expand Down Expand Up @@ -778,7 +784,6 @@ setuptools==74.1.2
# django-cms
# geoip2
# ipython
# torch
six==1.16.0
# via
# bleach
Expand Down Expand Up @@ -829,6 +834,11 @@ tinycss2==1.3.0
# cssselect2
# svglib
# weasyprint
tomli==2.0.1
# via
# ipdb
# pytest
# sphinx
torch==2.4.1
# via
# fragdenstaat-de (pyproject.toml)
Expand All @@ -841,12 +851,15 @@ traitlets==5.14.3
# matplotlib-inline
typing-extensions==4.12.2
# via
# asgiref
# dj-database-url
# django-countries
# elasticsearch-dsl
# jwcrypto
# multidict
# psycopg
# pyee
# pypdf
# pytest-factoryboy
# python-docx
# torch
Expand Down
10 changes: 9 additions & 1 deletion requirements-production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ asgiref==3.8.1
# channels-redis
# django
# django-countries
async-timeout==4.0.3
# via
# fragdenstaat-de (pyproject.toml)
# aiohttp
# redis
attrs==24.2.0
# via
# aiohttp
Expand Down Expand Up @@ -677,7 +682,6 @@ setuptools==74.1.2
# via
# django-cms
# geoip2
# torch
six==1.16.0
# via
# bleach
Expand Down Expand Up @@ -714,13 +718,17 @@ torchvision==0.19.1
# via fragdenstaat-de (pyproject.toml)
typing-extensions==4.12.2
# via
# asgiref
# dj-database-url
# django-countries
# elasticsearch-dsl
# jwcrypto
# multidict
# psycopg
# pypdf
# python-docx
# torch
# uvicorn
tzdata==2024.1
# via
# celery
Expand Down
8 changes: 7 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ asgiref==3.8.1
# channels
# django
# django-countries
async-timeout==4.0.3
# via
# fragdenstaat-de (pyproject.toml)
# aiohttp
attrs==23.2.0
# via
# aiohttp
Expand Down Expand Up @@ -659,7 +663,6 @@ setuptools==74.1.2
# via
# django-cms
# geoip2
# torch
six==1.16.0
# via
# bleach
Expand Down Expand Up @@ -696,11 +699,14 @@ torchvision==0.19.1
# via fragdenstaat-de (pyproject.toml)
typing-extensions==4.12.2
# via
# asgiref
# dj-database-url
# django-countries
# elasticsearch-dsl
# jwcrypto
# multidict
# psycopg
# pypdf
# python-docx
# torch
tzdata==2024.1
Expand Down

0 comments on commit 6d31790

Please sign in to comment.