diff --git a/setup.py b/setup.py index 3893c3a..d1f9e39 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ }, install_requires=[ 'internetarchive', - 'urllib3==1.26.13', + 'urllib3', 'docopt==0.6.2', 'yt-dlp', ]