From bb36151a775968d708ac4ada1b55dc1ab0b71ca5 Mon Sep 17 00:00:00 2001 From: Clemens Wolff Date: Mon, 28 Jan 2019 10:47:46 -0500 Subject: [PATCH] Enable optional brotli compression --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d31dee2b..f532c1c2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,4 +17,4 @@ social-auth-app-django==3.1.0 social-auth-core[azuread]==3.0.0 text-unidecode==1.2 tornado==5.0.2 -whitenoise==4.1.2 +whitenoise[brotli]==4.1.2