From b0ed17773ef57d2811fec44e490879fa3ef498b6 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Thu, 19 Aug 2021 15:58:06 -0400 Subject: [PATCH] update plyvel --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bd468c687..7924d88ad 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ setup( ], }, install_requires=[ - 'aiohttp==3.7.4', + 'aiohttp==3.7.4.post0', 'aioupnp==0.0.18', 'appdirs==1.4.3', 'certifi>=2021.10.08',