Skip to content

Commit

Permalink
Merge pull request #2 from cdce8p/remove-urllib3-secure
Browse files Browse the repository at this point in the history
Remove deprecated urllib3 secure extra
  • Loading branch information
krismolendyke authored Oct 3, 2023
2 parents 07226e2 + fec63b1 commit 4d68807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
package_dir={"": "src"},
install_requires=[
"requests>=2.0",
"urllib3[secure]"
"urllib3"
],
extras_require={
"dev": [
Expand Down

0 comments on commit 4d68807

Please sign in to comment.