Remove six from Python-2.4/2.5 package

This commit is contained in:
rocky
2017-08-02 08:18:54 -04:00
parent d138a01bf1
commit 05ac60ea74

View File

@@ -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'