From b224435138434387b5d3016f2db70ac158633a5e Mon Sep 17 00:00:00 2001 From: Herklos Date: Mon, 10 Nov 2025 15:30:09 +0100 Subject: [PATCH] Remove aiodns from extras_require Removed aiodns from extras_require for Python 3.5.2 --- python/setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index f4fdb636d4579..f6c9ebc3cff84 100755 --- a/python/setup.py +++ b/python/setup.py @@ -89,7 +89,6 @@ extras_require={ ':python_version>="3.5.2"': [ 'aiohttp>=3.10.11', - 'aiodns>=1.1.1', 'yarl>=1.7.2', ], ':python_version>="3.9"': [