Merge branch 'main' into 'main'

require Django 3.x for compatibility

See merge request brutaldon/brutaldon!7
This commit is contained in:
DJ Sundog 2022-11-14 14:53:02 +00:00
commit b9e064967c
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ requests = "*"
six = "*"
"urllib3" = "*"
webencodings = "*"
Django = "*"
Django = "~=3.2"
django-html_sanitizer = "*"
inscriptis = "*"
lxml = "*"