From 66ba131e404f556e6c5bb0ec47e8d5788bedf6db Mon Sep 17 00:00:00 2001 From: Albert Villanova del Moral <8515462+albertvillanova@users.noreply.github.com> Date: Mon, 5 Jul 2021 09:11:33 +0200 Subject: [PATCH] Add aiohttp to tests extras require --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 7472cb10702..e677701343b 100644 --- a/setup.py +++ b/setup.py @@ -103,6 +103,7 @@ "pytest", "pytest-xdist", # optional dependencies + "aiohttp", "apache-beam>=2.26.0", "elasticsearch", "aiobotocore==1.2.2",