Skip to content

Commit

Permalink
Add typing extensions for Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tcamise-gpsw committed Jul 19, 2024
1 parent 97a8d0d commit 0d11aa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion demos/python/sdk_wireless_camera_control/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 demos/python/sdk_wireless_camera_control/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ opencv-python = { version = "^4", optional = true }
Pillow = {version= "^9", optional = true}
pytz = "*"
tzlocal = "*"
typing-extensions = "^4.12.2"

[tool.poetry.extras]
gui = ["opencv-python", "pillow"]
Expand Down

0 comments on commit 0d11aa5

Please sign in to comment.