Skip to content

Commit

Permalink
zeep wasn't marked as optional in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsvante committed Apr 27, 2021
1 parent b35f961 commit f16f435
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 @@ -28,7 +28,7 @@ httpx = "~0.17"
pydantic = "^1.8"
orjson = {version = "^3", optional = true}
ipython = {version = "^7", optional = true}
zeep = {version = "^4.0.0", extras = ["async"]}
zeep = {version = "^4.0.0", optional = true, extras = ["async"]}

[tool.poetry.extras]
soap_api = ["zeep"]
Expand Down

0 comments on commit f16f435

Please sign in to comment.