Skip to content

Commit

Permalink
Pylint 2.5.0 requires astroid 2.4+ to work correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
PCManticore committed Apr 27, 2020
1 parent 83bed57 commit 089f510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylint/__pkginfo__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
version += "-dev" + str(dev_version)

install_requires = [
"astroid>=2.3.0,<=2.5",
"astroid>=2.4.0,<=2.5",
"isort>=4.2.5,<5",
"mccabe>=0.6,<0.7",
"toml>=0.7.1",
Expand Down

0 comments on commit 089f510

Please sign in to comment.