From eed7d02e8b6303d6883abba1dc98a7e47c2cfbea Mon Sep 17 00:00:00 2001 From: Jonathan Moody <103143855+moodyjon@users.noreply.github.com> Date: Thu, 16 Jun 2022 13:47:15 -0400 Subject: [PATCH] Tweak aiohttp version to be compatible with hub repository. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0eb9c6432..385713d21 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ setup( ], }, install_requires=[ - 'aiohttp==3.7.4.post0', + 'aiohttp==3.7.4', 'aioupnp==0.0.18', 'appdirs==1.4.3', 'certifi>=2021.10.08',