Skip to content

Commit

Permalink
Try unpinning astroid
Browse files Browse the repository at this point in the history
  • Loading branch information
leotrubach committed Mar 8, 2019
1 parent 219f74e commit 3543194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -35,7 +35,7 @@
if sys.version_info < (3, 0):
_INSTALL_REQUIRES += ['pylint<2', 'pylint-django<0.9']
else:
_INSTALL_REQUIRES += ['pylint==2.1.1', 'pylint-django==2.0.2', 'astroid==2.0.4']
_INSTALL_REQUIRES += ['pylint==2.1.1', 'pylint-django==2.0.2']

_PACKAGE_DATA = {
'prospector': [
Expand Down

0 comments on commit 3543194

Please sign in to comment.