Skip to content

Commit

Permalink
added urllib3 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
romain894 committed Oct 19, 2023
1 parent 6324ab3 commit b002dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ classifiers = [
"Programming Language :: Python :: 3.11"
]
license = {text = "MIT"}
dependencies = ["requests"]
dependencies = ["requests", "urllib3"]
dynamic = ["version"]
requires-python = ">=3.6"

Expand Down

0 comments on commit b002dcc

Please sign in to comment.