From 5366d6c5f31aa8b310d7fe84c4948b936d748e7d Mon Sep 17 00:00:00 2001 From: David <39565245+dmunozv04@users.noreply.github.com> Date: Mon, 21 Feb 2022 22:08:48 +0100 Subject: [PATCH] Change to regular aiohttp In hopes to get a functional docker container --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index b705218..95d8e05 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ pyatv -aiohttp[speedups] +aiohttp aiodns -async-cache \ No newline at end of file +async-cache