diff --git a/setup.py b/setup.py index d1c0c5ea..c24536cd 100644 --- a/setup.py +++ b/setup.py @@ -19,6 +19,9 @@ _INSTALL_REQUIRES = [ 'pylint-plugin-utils>=0.2.6', + 'pylint-django==2.0.2', + 'pylint-celery==0.3', + 'pylint-flask==0.5', 'requirements-detector>=0.6', 'setoptconf>=0.2.0', 'dodgy>=0.1.9',