diff --git a/requirements.txt b/requirements.txt index 006848d..557fea6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ anyio==4.4.0 asgiref==3.7.2 +async-timeout==4.0.3 certifi==2024.7.4 cffi==1.16.0 cryptography==42.0.2 @@ -9,9 +10,13 @@ django-cachalot==2.6.2 django-cors-headers==4.3.1 django-extensions==3.2.3 django-filter==23.5 +django-redis==5.4.0 django-threadlocals==0.10 djangorestframework==3.14.0 djangorestframework-simplejwt==5.3.1 +exceptiongroup==1.2.2 +gitdb==4.0.11 +GitPython==3.1.41 h11==0.14.0 httpcore==1.0.5 httpx==0.27.0 @@ -23,7 +28,9 @@ PyJWT==2.8.0 python-dateutil==2.9.0.post0 python-dotenv==1.0.1 pytz==2023.4 +redis==5.0.8 six==1.16.0 +smmap==5.0.1 sniffio==1.3.1 sqlparse==0.4.4 typing_extensions==4.9.0