diff --git a/__pkginfo__.py b/__pkginfo__.py index 453e3c08..f84d9e5d 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -40,7 +40,7 @@ entry_points = { ]} ftp_url = None install_requires = ['spark-parser >= 1.6.1, < 1.7.0', - 'xdis >= 3.5.1, < 3.6.0', 'six'] + 'xdis >= 3.5.1, < 3.6.0'] license = 'MIT' mailing_list = 'python-debugger@googlegroups.com' modname = 'uncompyle6'