Commit 687124be by Renzo Lucioni

Upgrade pylint to 1.6.4

parent 428f9798
...@@ -15,7 +15,7 @@ from setuptools import setup ...@@ -15,7 +15,7 @@ from setuptools import setup
setup( setup(
name='edx-lint', name='edx-lint',
version='0.5.1', version='0.5.2',
description='edX-authored pylint checkers', description='edX-authored pylint checkers',
url='https://github.com/edx/edx-lint', url='https://github.com/edx/edx-lint',
author='edX', author='edX',
...@@ -51,8 +51,8 @@ setup( ...@@ -51,8 +51,8 @@ setup(
}, },
install_requires=[ install_requires=[
'pylint==1.5.4', 'pylint==1.6.4',
'pylint-django>=0.6.1,<1.0.0', 'pylint-django>=0.7.2,<1.0.0',
'pylint-celery==0.3', 'pylint-celery==0.3',
'six>=1.10.0,<2.0.0', 'six>=1.10.0,<2.0.0',
], ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment