From 88772c4266da237bc11c6b1bb200eed85d6ac18d Mon Sep 17 00:00:00 2001
From: Lex Berezhny <lex@damoti.com>
Date: Fri, 20 Aug 2021 22:42:12 -0400
Subject: [PATCH] update setup.py

---
 Makefile | 4 ----
 setup.py | 2 +-
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/Makefile b/Makefile
index c2b8eed0b..d9e9f5461 100644
--- a/Makefile
+++ b/Makefile
@@ -3,10 +3,6 @@
 install:
 	pip install -e .
 
-tools:
-	pip install pylint==2.10.0
-	pip install coverage
-
 lint:
 	pylint --rcfile=setup.cfg lbry
 	#mypy --ignore-missing-imports lbry
diff --git a/setup.py b/setup.py
index 7646d1a3e..08ca4b9d5 100644
--- a/setup.py
+++ b/setup.py
@@ -59,7 +59,7 @@ setup(
     ] + PLYVEL,
     extras_require={
         'torrent': ['lbry-libtorrent'],
-        'lint': ['mypy==0.701', 'pylint==2.4.4'],
+        'lint': ['pylint==2.10.0'],
         'test': ['coverage'],
     },
     classifiers=[