Skip to content

Commit

Permalink
Fixes #1234 celery is unable to load tasks, issue with celery and red…
Browse files Browse the repository at this point in the history
…is versions
  • Loading branch information
yogeshojha committed Apr 20, 2024
1 parent ce1bb60 commit be69c8e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions web/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
aiodns==3.0.0
argh==0.26.2
beautifulsoup4==4.9.3
celery==5.3.4
celery==5.4.0
discord-webhook==1.3.0
Django==3.2.4
django-ace==1.0.11
django-celery-beat==2.2.1
django-celery-beat==2.6.0
django-login-required-middleware==0.6.1
django-role-permissions==3.2.0
django-mathfilters==1.0.0
django-timezone-field==4.1.2
django-timezone-field==6.1.0
djangorestframework==3.12.4
djangorestframework-datatables==0.6.0
dotted-dict==1.1.3
drf-yasg==1.21.3
gunicorn==21.2.0
gevent==23.9.1
gunicorn==22.0.0
gevent==24.2.1
humanize==4.3.0
Markdown==3.3.4
metafinder==1.2
Expand All @@ -26,14 +26,14 @@ PyYAML==6.0.1
PySocks==1.7.1
psycopg2==2.9.7
pycvesearch==1.0
redis==5.0.0
requests==2.28.1
redis==5.0.3
requests==2.31.0
scapy==2.4.3
tldextract==3.5.0
uro==1.0.0
validators==0.18.2
watchdog==3.0.0
watchdog==4.0.0
whatportis
weasyprint==53.3
wafw00f==2.2.0
xmltodict==0.13.0
xmltodict==0.13.0

0 comments on commit be69c8e

Please sign in to comment.