Add typing-extensions dependency
This commit is contained in:
parent
a596362c44
commit
8d9560ed66
2 changed files with 3 additions and 2 deletions
4
poetry.lock
generated
4
poetry.lock
generated
|
@ -1185,7 +1185,7 @@ urllib3 = ">=1.26.0"
|
|||
name = "typing-extensions"
|
||||
version = "4.5.0"
|
||||
description = "Backported and Experimental Type Hints for Python 3.7+"
|
||||
category = "dev"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
files = [
|
||||
|
@ -1281,4 +1281,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.8.1"
|
||||
content-hash = "afd79c20d4d465c212d6dba49a5ca2409a2b8baafdbdc11f4f48c40eb7f703db"
|
||||
content-hash = "cffaf5e2e66ade4f429d0e938277d4fa2c4878ca7338c3c4f91721a7d3aff91b"
|
||||
|
|
|
@ -14,6 +14,7 @@ include = [
|
|||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.8.1"
|
||||
typing-extensions = "^4.5.0"
|
||||
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
|
|
Loading…
Reference in a new issue