Skip to content

Commit

Permalink
add missing httpx dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rodja committed Jul 14, 2023
1 parent e46366f commit c3ac973
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 1 deletion.
46 changes: 45 additions & 1 deletion poetry.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ pywebview = { version = "^4.0.2", optional = true }
plotly = { version = "^5.13.0", optional = true }
matplotlib = { version = "^3.5.0", optional = true }
netifaces = { version = "^0.11.0", optional = true }
httpx = "^0.24.1"

[tool.poetry.extras]
native = ["pywebview"]
Expand Down

0 comments on commit c3ac973

Please sign in to comment.