We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ecd039 commit 43e8347Copy full SHA for 43e8347
setup.py
@@ -24,7 +24,7 @@
24
author_email='code@landscape.io',
25
description=_short_description,
26
version=_version,
27
- install_requires=['pylint'],
+ install_requires=['pylint>=1.7'],
28
packages=_packages,
29
license='GPLv2',
30
classifiers=_classifiers,
0 commit comments