Thanks to visit codestin.com Credit goes to github.com
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 72f64e4 commit 975a3f4Copy full SHA for 975a3f4
1 file changed
setup.cfg
@@ -41,7 +41,7 @@ install_requires=
41
pyflakes >= 2.3.0, < 2.4.0
42
pycodestyle >= 2.7.0, < 2.8.0
43
mccabe >= 0.6.0, < 0.7.0
44
- importlib-metadata; python_version<"3.8"
+ importlib-metadata<4.3; python_version<"3.8"
45
46
python_requires = >=3.6
47
0 commit comments