From 01123377802167b6f40158676e030b06de948e67 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 29 Jun 2021 23:53:24 +0200 Subject: [PATCH] Update requirements-frozen.txt Minimal requirement to do a `pip install -r requirements-frozen.txt`. Don't know if it's enough or if it breaks something --- requirements-frozen.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-frozen.txt b/requirements-frozen.txt index 1b8f4d0..f304b81 100644 --- a/requirements-frozen.txt +++ b/requirements-frozen.txt @@ -5,7 +5,7 @@ async-timeout==3.0.1 attrs==18.2.0 certifi==2018.11.29 chardet==3.0.4 -httptools==0.0.11 +httptools==0.1.0 idna==2.8 idna-ssl==1.1.0 Jinja2==2.10.1 @@ -17,6 +17,6 @@ sanic==19.3.1 sanic-jinja2==0.7.2 ujson==1.35 urllib3==1.24.2 -uvloop==0.11.3 +uvloop==0.14.0 websockets==6.0 yarl==1.3.0