Skip to content

Commit 9d6337e

Browse files
committed
Don't explicitly depend on astroid
we only depend on pylint, which in turn is responsible for fetching astroid.
1 parent 9c522b5 commit 9d6337e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
author_email='[email protected]',
2828
description=_short_description,
2929
version=_version,
30-
install_requires=['pylint', 'astroid'],
30+
install_requires=['pylint'],
3131
packages=_packages,
3232
license='GPLv2',
3333
classifiers=_classifiers,

0 commit comments

Comments
 (0)