Downgrade django-celery-beat

As this is the last version support django 2.2
This commit is contained in:
Sonny Bakker 2023-07-01 20:44:08 +02:00
parent 1aea2df2ea
commit 72f8426f72
6 changed files with 11 additions and 11 deletions

View file

@ -10,7 +10,7 @@ dependencies = [
'psycopg2',
'django-axes',
'django-celery-beat~=2.0.0',
'django-celery-beat~=1.6.0',
'django-registration-redux~=2.7',
'django-rest-framework',
'drf-yasg',