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

Skip to content

Commit 975a3f4

Browse files
committed
limit broken importlib-metadata CC @jaraco
1 parent 72f64e4 commit 975a3f4

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
@@ -41,7 +41,7 @@ install_requires=
4141
pyflakes >= 2.3.0, < 2.4.0
4242
pycodestyle >= 2.7.0, < 2.8.0
4343
mccabe >= 0.6.0, < 0.7.0
44-
importlib-metadata; python_version<"3.8"
44+
importlib-metadata<4.3; python_version<"3.8"
4545

4646
python_requires = >=3.6
4747

0 commit comments

Comments
 (0)