Skip to content

Commit

Permalink
devops| Updates to astroid with imp bugfix
Browse files Browse the repository at this point in the history
This is further fix for sphinx-pyreverse#25 now that the upstream has been fixed

See astroid pylint-dev/astroid#930
  • Loading branch information
doublethefish committed Jun 16, 2021
1 parent ab43bda commit b2dc9ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def read(fname):
],
},
install_requires=[
"astroid<=2.4.2",
"astroid>=2.5.7",
"docutils",
"pylint", # for `pyreverse`
"sphinx",
Expand Down

0 comments on commit b2dc9ea

Please sign in to comment.