From 8520dcd8d91ce936c7b330898997fc2ca4b755a3 Mon Sep 17 00:00:00 2001 From: benoit74 Date: Wed, 22 May 2024 09:16:04 +0000 Subject: [PATCH] Remove idna constraint now that requests is OK --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index 0220633..59d7060 100755 --- a/setup.py +++ b/setup.py @@ -48,8 +48,6 @@ def run_tests(self): install_requires=[ "warcio", "surt", - # temp fix for requests - "idna<3.0", "py3amf", "multipart", ],