Skip to content

Commit

Permalink
core: require urllib3 to avoid issue with poetry export
Browse files Browse the repository at this point in the history
  • Loading branch information
the-forest-tree committed Mar 11, 2024
1 parent f82493d commit ff9a534
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 20 deletions.
21 changes: 2 additions & 19 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Jinja2 = "^3.0.3"
hrflow = { git = "https://github.com/Riminder/python-hrflow-api", rev = "79727b5" }
requests = "^2.27.1"
boto3 = {version = "^1.24.66", optional = true}
urllib3 = {version = "<2", optional = true}
simple-salesforce = "^1.12.4"
typing-extensions = "^4.7.1"
beautifulsoup4 = "4.10.0"
Expand All @@ -40,7 +41,7 @@ python-semantic-release = "^8.0.8"
pillow = "<10"

[tool.poetry.extras]
s3 = ["boto3"]
s3 = ["boto3", "urllib3"]

[tool.black]
line-length = 88
Expand Down

0 comments on commit ff9a534

Please sign in to comment.