Pin django-background-tasks

It's `django-background-tasks` that limits the Django version.
This commit is contained in:
tcely 2025-02-21 07:30:26 -05:00 committed by GitHub
parent 1f0169ae4b
commit b11b906497
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ verify_ssl = true
autopep8 = "*"
[packages]
django = "~=3.2"
django = "*"
django-sass-processor = "*"
libsass = "*"
pillow = "*"
@ -15,7 +15,7 @@ whitenoise = "*"
gunicorn = "*"
django-compressor = "*"
httptools = "*"
django-background-tasks = "*"
django-background-tasks = "1.2.5"
django-basicauth = "*"
psycopg2-binary = "*"
mysqlclient = "*"