Skip to content

Commit

Permalink
Revert "Remove urllib3 dependency"
Browse files Browse the repository at this point in the history
This reverts commit 0911477.

urllib3 is needed to postprocess/parse/URL for sanitization and privacy purpose (#192)
  • Loading branch information
drzraf committed Sep 17, 2023
1 parent 2655580 commit d838711
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
},
install_requires=[
'internetarchive',
'urllib3==1.26.13',
'docopt==0.6.2',
'yt-dlp',
]
Expand Down

0 comments on commit d838711

Please sign in to comment.