File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1717 from importlib .resources import files
1818except ImportError :
1919 # Try backported to PY<3 `importlib_resources`
20- from importlib . resources import files
20+ from importlib_resources import files
2121
2222
2323import dns
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ dependencies = [
4040 " requests>=2.25.0" ,
4141 " timeout-decorator>=0.4.1" ,
4242 " xmltodict>=0.14.2" ,
43+ " importlib-resources>=6.5.2" ,
4344]
4445
4546[project .optional-dependencies ]
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ pyleri>=1.3.2
77publicsuffixlist >= 0.10.0
88requests >= 2.25.0
99xmltodict >= 0.14.2
10+ importlib-resources >= 6.5.2
1011timeout-decorator >= 0.5.0
1112flake8 >= 3.8.4
1213sphinx >= 3.3.1
You can’t perform that action at this time.
0 commit comments