Update celery

This commit is contained in:
Sonny Bakker 2023-07-02 09:06:21 +02:00
parent 858c2c6eb3
commit b06af33a19
8 changed files with 226 additions and 53 deletions

View file

@ -6,11 +6,11 @@ license = {text = 'GPL-3.0'}
requires-python = '>=3.11'
dependencies = [
'django~=3.2',
'celery~=4.4',
'celery~=5.0',
'psycopg2',
'django-axes',
'django-celery-beat~=1.6.0',
'django-celery-beat~=2.5.0',
'django-registration-redux~=2.7',
'django-rest-framework',
'drf-yasg',