File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 51
51
# stdlib
52
52
import importlib .resources as importlib_resources
53
53
54
-
55
54
if sys .version_info [:2 ] < (3 , 8 ): # pragma: no cover (>=py38)
56
55
# 3rd party
57
56
import importlib_metadata # type: ignore
Original file line number Diff line number Diff line change 53
53
# 3rd party
54
54
from typing_extensions import Literal
55
55
56
+ # this package
56
57
from domdf_python_tools .compat import importlib_metadata
57
58
58
59
__all__ = ["discover" ]
Original file line number Diff line number Diff line change 1
1
colorama >= 0.4.3
2
2
deprecation >= 2.1.0
3
- importlib_resources >= 3.0.0 ; python_version < "3.7"
4
3
importlib_metadata >= 1.5.0 ; python_version < "3.8"
4
+ importlib_resources >= 3.0.0 ; python_version < "3.7"
5
5
pydash >= 4.7.4
6
6
typing_extensions >= 3.7.4.3
You can’t perform that action at this time.
0 commit comments