From 4b1f1e192cceb4bed6bf73526e6e2094a6f8df64 Mon Sep 17 00:00:00 2001 From: Faylixe Date: Mon, 7 Dec 2020 19:44:06 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=20fix=20http2=20extra?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1d29e70..ca06baf 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ setup( 'norbert==0.2.1', 'numpy<1.19.0,>=1.16.0', 'pandas==1.1.2', - 'httpx[h2]', + 'httpx[http2]', 'scipy==1.4.1', 'setuptools>=41.0.0', 'librosa==0.8.0',