mirror of
https://github.com/vale981/hiroplotutils
synced 2025-03-04 09:01:40 -05:00
add forgotten dependency
This commit is contained in:
parent
3baced8dda
commit
e913dd1080
2 changed files with 13 additions and 1 deletions
13
poetry.lock
generated
13
poetry.lock
generated
|
@ -613,7 +613,18 @@ files = [
|
|||
{file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"},
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "typing-extensions"
|
||||
version = "4.12.2"
|
||||
description = "Backported and Experimental Type Hints for Python 3.8+"
|
||||
optional = false
|
||||
python-versions = ">=3.8"
|
||||
files = [
|
||||
{file = "typing_extensions-4.12.2-py3-none-any.whl", hash = "sha256:04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d"},
|
||||
{file = "typing_extensions-4.12.2.tar.gz", hash = "sha256:1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8"},
|
||||
]
|
||||
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.11"
|
||||
content-hash = "112fdc03b5f54f7be917fad4e05e5e974484c86c9fb04cde64b484b0e32d8e42"
|
||||
content-hash = "e8fee310a95ffc2f4e8206aabf8eef08f2c130f65e0bac52c86d700e75129162"
|
||||
|
|
|
@ -14,6 +14,7 @@ packages = [
|
|||
python = "^3.11"
|
||||
matplotlib = "^3.9.2"
|
||||
pyyaml = "^6.0.2"
|
||||
typing-extensions = "^4.12.2"
|
||||
|
||||
|
||||
[build-system]
|
||||
|
|
Loading…
Add table
Reference in a new issue