From 1439e60c5f0d2986a355f9f102bb3c36c829dae8 Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Thu, 29 Jun 2023 10:45:23 +0200 Subject: [PATCH] Add dependency on aiohttp --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index a7b5c51..e3536f9 100644 --- a/setup.py +++ b/setup.py @@ -38,6 +38,9 @@ setup( "beautifulsoup4>=4.5.0,<5.0", "wcwidth>=0.1.7", "urwid>=2.0.0,<3.0", + # TODO: test with aiohttp==3.7.0 + "aiohttp>=3.7.0,<4.0", + "aiodns>=3.0.0,<4.0", ], entry_points={ 'console_scripts': [