Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-lint
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-lint
Commits
4cbd88ae
Commit
4cbd88ae
authored
Jan 25, 2017
by
Alexander Zayats
Committed by
Renzo Lucioni
Jan 28, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump edx-lint version to 0.5.3 and pylint to 1.6.5
parent
687124be
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
setup.py
+2
-2
No files found.
setup.py
View file @
4cbd88ae
...
@@ -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'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment