From ee466f7a01c5e6c2d7bb3f63d1c1795283b1cdbe Mon Sep 17 00:00:00 2001 From: Bart Feenstra Date: Thu, 26 Oct 2023 17:12:41 +0100 Subject: [PATCH] meh --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a3f00babf..3fbe21d2f 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ 'python_requires': '~= 3.9', 'install_requires': [ 'aiofiles ~= 23.1, >= 23.1.0', - 'aiohttp @ git+git://github.com/aio-libs/aiohttp.git@master', + 'aiohttp == 3.9.0b0', 'babel ~= 2.12, >= 2.12.0', 'click ~= 8.1, >= 8.1.2', 'dill ~= 0.3, >= 0.3.6',