Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Back-End/Notifications/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ click-plugins==1.1.1
click-repl==0.3.0
cryptography==44.0.2
daphne==4.1.2
django==5.2.4
django==5.1.15
django-cors-headers==4.7.0
django-filter==25.1
django-oauth-toolkit==3.0.1
Expand Down
2 changes: 1 addition & 1 deletion Back-End/api-docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
django==5.2.4
django==5.1.15
djangorestframework==3.15.2
drf-yasg==1.21.7
django-cors-headers==4.3.1
Expand Down
2 changes: 1 addition & 1 deletion Back-End/chat/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ click-repl==0.3.0
constantly==23.10.4
cryptography==44.0.2
daphne==4.1.2
django==5.2.4
django==5.1.15
django-cors-headers==4.7.0
django-filter==25.1
django-oauth-toolkit==3.0.1
Expand Down
2 changes: 1 addition & 1 deletion Back-End/login/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ certifi==2025.1.31
cffi==1.17.1
charset-normalizer==3.4.1
cryptography==44.0.2
django==5.2.4
django==5.1.15
django-cors-headers==4.7.0
django-oauth-toolkit==3.0.1
django-ratelimit==4.1.0
Expand Down
2 changes: 1 addition & 1 deletion Back-End/pongProject/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ charset-normalizer==3.4.1
constantly==23.10.4
cryptography==44.0.2
daphne==4.1.2
django==5.2.4
django==5.1.15
django-cors-headers==4.7.0
django-filter==25.1
django-redis==5.4.0
Expand Down
2 changes: 1 addition & 1 deletion Back-End/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ coreapi==2.3.3
coreschema==0.0.4
cryptography==44.0.2
daphne==4.1.2
Django==5.1.6
Django==5.1.15
django-cors-headers==4.7.0
django-encrypted-model-fields==0.6.5
django-fernet-fields==0.6
Expand Down
17 changes: 8 additions & 9 deletions Back-End/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ aiohappyeyeballs==2.5.0
# via
# -r requirements.in
# aiohttp
aiohttp>=3.12.14
aiohttp==3.13.2
# via -r requirements.in
aiosignal>=1.4.0
aiosignal==1.4.0
# via
# -r requirements.in
# aiohttp
Expand All @@ -35,9 +35,7 @@ asgiref==3.8.1
# django
# django-cors-headers
async-timeout==5.0.1
# via
# -r requirements.in
# redis
# via -r requirements.in
attrs==25.1.0
# via
# -r requirements.in
Expand Down Expand Up @@ -126,7 +124,7 @@ cryptography==44.0.2
# service-identity
daphne==4.1.2
# via -r requirements.in
django==5.2.4
django==5.1.15
# via
# -r requirements.in
# channels
Expand Down Expand Up @@ -162,7 +160,7 @@ django-redis==5.4.0
# via -r requirements.in
django-rest-swagger==2.2.0
# via -r requirements.in
djangorestframework>=3.16.0
djangorestframework==3.16.1
# via
# -r requirements.in
# django-rest-swagger
Expand Down Expand Up @@ -333,7 +331,7 @@ redis==5.2.1
# -r requirements.in
# channels-redis
# django-redis
requests>=2.32.4
requests==2.32.5
# via
# -r requirements.in
# coreapi
Expand Down Expand Up @@ -380,6 +378,7 @@ txaio==23.1.1
typing-extensions==4.12.2
# via
# -r requirements.in
# aiosignal
# jwcrypto
# minio
# psycopg
Expand All @@ -397,7 +396,7 @@ uritemplate==4.1.1
# -r requirements.in
# coreapi
# drf-yasg
urllib3>=2.5.0
urllib3==2.6.0
# via
# -r requirements.in
# minio
Expand Down
2 changes: 1 addition & 1 deletion Back-End/task_user/allrequirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ cryptography==43.0.1
# service-identity
daphne==4.1.2
# via -r Back-End/requirements.in
django==5.1.3
django==5.1.15
# via
# -r Back-End/requirements.in
# channels
Expand Down
2 changes: 1 addition & 1 deletion Back-End/task_user/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ click-didyoumean==0.3.1
click-plugins==1.1.1
click-repl==0.3.0
cryptography==44.0.2
django==5.2.4
django==5.1.15
django-cors-headers==4.7.0
django-filter==25.1
django-oauth-toolkit==3.0.1
Expand Down
Loading