From e954148e30b87a3886ffb6bac21e280b38f61a73 Mon Sep 17 00:00:00 2001 From: plup <plup@plup.io> Date: Tue, 8 Dec 2020 20:31:11 +0100 Subject: [PATCH] bugfix: changed brotli version --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 4b5a2612..8858c1ae 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,7 +27,7 @@ install_requires = pyyaml==5.3.1 pyyaml==5.3.1 click==7.1.1 - django-brotli~=2.2.17 + django-brotli~=0.2.0 djangorestframework-guardian~=0.3.0 [options.entry_points] -- GitLab