summaryrefslogtreecommitdiff
path: root/pylint/__pkginfo__.py
diff options
context:
space:
mode:
authorSushobhit <31987769+sushobhit27@users.noreply.github.com>2018-05-30 06:20:25 +0530
committerClaudiu Popa <pcmanticore@gmail.com>2018-05-30 08:50:25 +0800
commit71181d23d16ea04dd205fb16e2de0aed3eef98ed (patch)
treed0a11a56840f4f858ee6975f11f52b30fbae153b /pylint/__pkginfo__.py
parent5aac757a6cd1736feb6c8ed100cca1950841d7f4 (diff)
downloadpylint-git-71181d23d16ea04dd205fb16e2de0aed3eef98ed.tar.gz
Completely remove six shims from the codebase
Diffstat (limited to 'pylint/__pkginfo__.py')
-rw-r--r--pylint/__pkginfo__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py
index 7c5689f1f..e7ce4fd29 100644
--- a/pylint/__pkginfo__.py
+++ b/pylint/__pkginfo__.py
@@ -28,7 +28,6 @@ version = '.'.join(str(num) for num in numversion) + '.dev1'
install_requires = [
'astroid>=1.6',
- 'six',
'isort >= 4.2.5',
'mccabe',
]