Skip to content

Commit 9cfedae

Browse files
committed
Add typing-extension as dependency
1 parent 196dbd8 commit 9cfedae

File tree

2 files changed

+18
-54
lines changed

2 files changed

+18
-54
lines changed

poetry.lock

+16-53
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,14 @@ tqdm = "~4"
1919
ipywidgets = "~7"
2020
ipython = "*"
2121
ibm-cos-sdk = {version = "~2", optional = true}
22+
typing-extensions = {version = "*", python = "^3.5", optional = true}
2223
# Sphinx documentation dependencies
2324
Sphinx = { version = "~4", optional = true }
2425
sphinx-autodoc-typehints = { version = "~1", optional = true }
2526
pydata-sphinx-theme = { version = "~0.9", optional = true }
2627

2728
[tool.poetry.extras]
28-
regular = ["ibm-cos-sdk"]
29+
regular = ["ibm-cos-sdk", "typing-extensions"]
2930
docs = ["Sphinx", "sphinx-autodoc-typehints", "pydata-sphinx-theme"]
3031

3132
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)