We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 883380a commit 6c1bc3cCopy full SHA for 6c1bc3c
importlib_resources/abc.py
@@ -8,6 +8,7 @@
8
Iterable,
9
Iterator,
10
NoReturn,
11
+ Literal,
12
Optional,
13
Protocol,
14
Text,
@@ -17,8 +18,6 @@
17
18
runtime_checkable,
19
)
20
-from typing_extensions import Literal
21
-
22
StrPath = Union[str, os.PathLike[str]]
23
24
__all__ = ["ResourceReader", "Traversable", "TraversableResources"]
pyproject.toml
@@ -22,7 +22,6 @@ classifiers = [
requires-python = ">=3.9"
dependencies = [
"zipp >= 3.1.0; python_version < '3.10'",
25
- "typing-extensions >= 3.10",
26
]
27
dynamic = ["version"]
28
0 commit comments