Skip to content

Commit

Permalink
fix broken dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JensTimmerman authored May 23, 2018
1 parent aff8adf commit c07184e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
_PACKAGES = find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"])

_INSTALL_REQUIRES = [
'pylint>=1.5.6',
'pylint<2.0.0,>=1.5.6',
'pylint-celery>=0.3',
'pylint-django>=0.7.2',
'pylint-flask>=0.3',
Expand All @@ -29,7 +29,7 @@
'dodgy>=0.1.9',
'pyyaml',
'mccabe>=0.5.0',
'pyflakes>=0.8.1',
'pyflakes<2.0.0,>=0.8.1',
'pycodestyle==2.0.0',
'pep8-naming>=0.3.3',
'pydocstyle>=2.0.0',
Expand Down

0 comments on commit c07184e

Please sign in to comment.