Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d0c9e58

Browse files
authored
ban broken importlib-resources versions
1 parent 2ac26e2 commit d0c9e58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ install_requires =
3131
toml
3232
virtualenv>=20.0.8
3333
importlib-metadata;python_version<"3.8"
34-
importlib-resources;python_version<"3.7"
34+
importlib-resources<5.3;python_version<"3.7"
3535
python_requires = >=3.6.1
3636

3737
[options.packages.find]

0 commit comments

Comments
 (0)