Skip to content

Commit

Permalink
Hotfix:
Browse files Browse the repository at this point in the history
To maintain backwards compatibility with Python 2.7, pylint version set
to minimum of 1.9.5
  • Loading branch information
dheiman committed Jul 26, 2022
1 parent bf77785 commit 3037656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def get_outputs(self):
'setuptools>=40.3.0',
'six',
'nose',
'pylint>=2.0.0'
'pylint>=1.9.5'
],
classifiers = [
"Programming Language :: Python :: 2",
Expand Down

0 comments on commit 3037656

Please sign in to comment.