added missing dependency typing-extensions (#3350)

This commit is contained in:
Benjamin Hackl 2023-09-01 15:06:16 +02:00 committed by GitHub
commit eac99e89a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 241 additions and 5 deletions

245
poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -56,6 +56,7 @@ screeninfo = "^0.8"
Pygments = "^2.10.0"
"backports.cached-property" = { version = "^1.0.1", python = "<3.8" }
svgelements = "^1.8.0"
typing-extensions = "^4.7.1"
[tool.poetry.extras]
jupyterlab = ["jupyterlab", "notebook"]