Unpin Django

This commit is contained in:
tcely 2025-05-13 04:52:10 -04:00 committed by GitHub
parent 1064474ad7
commit 01a44f74cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ verify_ssl = true
autopep8 = "*" autopep8 = "*"
[packages] [packages]
django = "<5.2" django = "*"
django-sass-processor = {extras = ["management-command"], version = "*"} django-sass-processor = {extras = ["management-command"], version = "*"}
pillow = "*" pillow = "*"
whitenoise = "*" whitenoise = "*"