We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9e2df9 commit 1232374Copy full SHA for 1232374
.env.sample
@@ -30,8 +30,6 @@ DEBUNKBOT_CELERY_ACCEPT_CONTENT=
30
DEBUNKBOT_CELERY_TASK_SERIALIZER=
31
DEBUNKBOT_CELERY_RESULT_SERIALIZER=
32
DEBUNKBOT_CELERY_TIMEZONE=
33
-DEBUNKBOT_CELERY_SLACK_WEBHOOK=
34
-DEBUNKBOT_CELERY_SLACK_WEBHOOK_FAILURES_ONLY=
35
DEBUNKBOT_OAUTH_EMAILS=.*@example\.com
36
37
# Flower
requirements-all.txt
@@ -1,15 +1,14 @@
1
asgiref==3.3.2
2
cachetools==4.2.1
3
-celery==4.4.2
4
-celery-slack==0.4.1
+celery==5.2.2
5
certifi==2020.12.5
6
chardet==4.0.0
7
dj-database-url==0.5.0
8
Django==3.2
9
django-redis==4.12.1
10
djangorestframework==3.12.4
11
factory-boy==3.2.0
12
-flower==0.9.7
+flower==1.0.0
13
gevent==21.12.0
14
google-auth==1.28.0
15
google-auth-oauthlib==0.4.4
0 commit comments