Skip to content

Commit

Permalink
Merge 3543194 into 219f74e
Browse files Browse the repository at this point in the history
  • Loading branch information
leotrubach committed Mar 9, 2019
2 parents 219f74e + 3543194 commit 2046919
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 2046919

Please sign in to comment.