Skip to content

Commit

Permalink
Relax astroid versions for pylint 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
PCManticore committed Nov 13, 2019
1 parent 15f63e2 commit 16cb696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylint/__pkginfo__.py
Expand Up @@ -30,7 +30,7 @@
version += "-dev" + str(dev_version)

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

0 comments on commit 16cb696

Please sign in to comment.