Merge pull request #4712 from rtfd/humitos/lint/py2

Lint requirement file for py2
humitos/integrations/handle-error-codes
Manuel Kaufmann 2018-10-04 11:45:47 +02:00 committed by GitHub
commit 1b80b42260
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 2 deletions

View File

@ -1,8 +1,15 @@
-r pip.txt
# We need these special cases of Python < 3 for Read the Docs
# corporate site.
astroid==2.0.4; python_version > '3'
astroid==1.6.4; python_version < '3'
pylint==2.1.1
pylint-django==2.0.2
pylint==2.1.1; python_version > '3'
pylint<2; python_version < '3'
pylint-django==2.0.2; python_version > '3'
pylint-django==0.11.1; python_version < '3'
pylint-celery==0.3
prospector==1.1.2
pyflakes==2.0.0