From ac457c1c28ec1d3fd51ab16747f7dca4bb3ef1ee Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sat, 10 Oct 2020 12:58:37 +0200 Subject: [PATCH] Add brotlipy for ingress / like core (#2112) --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index dd0efbbdb..90787d881 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,7 @@ aiohttp==3.6.2 async_timeout==3.0.1 attrs==20.2.0 +brotlipy==0.7.0 cchardet==2.1.6 colorlog==4.4.0 cpe==1.2.1 @@ -17,4 +18,4 @@ ruamel.yaml==0.15.100 sentry-sdk==0.18.0 uvloop==0.14.0 voluptuous==0.12.0 -yarl==1.5.1 \ No newline at end of file +yarl==1.5.1