Implement brotli decompression

This commit is contained in:
Klaas van Schelven
2024-04-25 15:56:11 +02:00
parent 41e5331f35
commit 7bfad36376
4 changed files with 53 additions and 12 deletions

View File

@@ -6,6 +6,7 @@ semver==3.0.*
django-admin-autocomplete-filter==0.7.*
pygments==2.16.*
inotify_simple
brotli
# testing/development only:
requests