Avoid Django 5.2 until it is tested

This commit is contained in:
tcely 2025-04-03 01:05:08 -04:00 committed by GitHub
parent ce87da3ce5
commit 69d3c43269
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 = "*"
django = "<5.2"
django-sass-processor = {extras = ["management-command"], version = "*"}
pillow = "*"
whitenoise = "*"