Skip to content

Commit

Permalink
Partially revert astroid install requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Feb 23, 2021
1 parent 8cbcf87 commit cf134f3
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 @@ -40,7 +40,7 @@
version += "-dev" + str(dev_version)

install_requires = [
"astroid==2.5.0",
"astroid>=2.5.0,<2.7",
"isort>=4.2.5,<6",
"mccabe>=0.6,<0.7",
"toml>=0.7.1",
Expand Down

0 comments on commit cf134f3

Please sign in to comment.