mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-06-24 15:33:13 +03:00
Add typing-extensions as a dependency for older Python versions
This commit is contained in:
parent
04b5907f21
commit
be7d25518d
|
@ -52,6 +52,11 @@ classifiers = [
|
||||||
"Topic :: Software Development :: Libraries :: Python Modules",
|
"Topic :: Software Development :: Libraries :: Python Modules",
|
||||||
]
|
]
|
||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
|
dependencies = [
|
||||||
|
# typing.Annotated since v3.9
|
||||||
|
# typing.Self since v3.11
|
||||||
|
"typing-extensions; python_version<'3.11'",
|
||||||
|
]
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
yaml = ["pyyaml"]
|
yaml = ["pyyaml"]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user