Commit 4cbd88ae by Alexander Zayats Committed by Renzo Lucioni

Bump edx-lint version to 0.5.3 and pylint to 1.6.5

parent 687124be
...@@ -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.2', version='0.5.3',
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,7 +51,7 @@ setup( ...@@ -51,7 +51,7 @@ setup(
}, },
install_requires=[ install_requires=[
'pylint==1.6.4', 'pylint==1.6.5',
'pylint-django>=0.7.2,<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