From 24cf471406c557a0e41152b76ae2c07283580095 Mon Sep 17 00:00:00 2001 From: Enno Hermann Date: Sun, 10 Mar 2024 10:29:09 +0100 Subject: [PATCH] build: install aiohttp through fsspec extra --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a543a421b9..0278d27e3f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,8 +12,7 @@ inflect>=5.6.0 tqdm>=4.64.1 anyascii>=0.3.0 pyyaml>=6.0 -fsspec>=2023.6.0 # <= 2023.9.1 makes aux tests fail -aiohttp>=3.8.1 +fsspec[http]>=2023.6.0 # <= 2023.9.1 makes aux tests fail packaging>=23.1 mutagen==1.47.0 # deps for examples