Skip to content

Commit

Permalink
Alter redis requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Dec 19, 2024
1 parent 114ea30 commit 4db41ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/api-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ django-filter==22.1
django-cors-headers==3.13.0 # used for enabling cors when frontend is hosted on different server / origin
osm-login-python==0.0.2
celery==5.2.7
redis==4.4.0
redis>=3.5.3
django_celery_results==2.4.0
flower==1.2.0
validators==0.20.0
Expand Down

0 comments on commit 4db41ed

Please sign in to comment.