Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ def get_version():
test_suite='tests',
install_requires=[
'GitPython>=2.1.8,<3',
'pylint>=1.7.1,<1.8',
'astroid>=1.5,<1.6',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we still restrict this to avoid 1.6.0?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes totally I've abandoned this PR while back but i'm gonna go back on this and will make sure to exclude 1.6.0

'pylint>=1.8.4,<1.9',
'six>=1.10.0,<2',
'typing>=3.5.3.0,<4',
'autopep8>=1.3.4,<2',
Expand Down