Correct the syntax

This commit is contained in:
tcely 2025-02-21 07:44:20 -05:00 committed by GitHub
parent b11b906497
commit c9bc7bf84e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@ whitenoise = "*"
gunicorn = "*"
django-compressor = "*"
httptools = "*"
django-background-tasks = "1.2.5"
django-background-tasks = "==1.2.5"
django-basicauth = "*"
psycopg2-binary = "*"
mysqlclient = "*"