Skip to content

Commit

Permalink
Removing [secure] extra of urllib3 requirements
Browse files Browse the repository at this point in the history
This extra is deprecated and not required anymore.
  • Loading branch information
fyunusa committed Aug 10, 2022
1 parent 9e5bf0d commit 6c80012
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ tqdm==4.60.0
trafilatura==1.2.0
twitwi==0.14.0
ural==0.32.0
urllib3[secure]==1.26.9
urllib3==1.26.9
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"trafilatura>=1.2.0,<1.3",
"twitwi>=0.14.0,<0.15",
"ural>=0.32.0,<0.33",
"urllib3[secure]>=1.26.9,<2",
"urllib3>=1.26.9,<2",
],
entry_points={"console_scripts": ["minet=minet.cli.__main__:main"]},
zip_safe=True,
Expand Down

0 comments on commit 6c80012

Please sign in to comment.