mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
added missing dependency typing-extensions (#3350)
This commit is contained in:
parent
88836df8ab
commit
eac99e89a8
2 changed files with 241 additions and 5 deletions
245
poetry.lock
generated
245
poetry.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue