pin django to 3.2.*

This commit is contained in:
meeb
2021-12-07 21:02:48 +11:00
parent d9a519ffde
commit f3cac1908c
2 changed files with 14 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ verify_ssl = true
[dev-packages]
[packages]
django = "*"
django = "~=3.2"
django-sass-processor = "*"
libsass = "*"
pillow = "*"