Python 2.4 doesn't do six

This commit is contained in:
rocky
2017-08-02 06:20:07 -04:00
parent 348afeebbf
commit e790cb75fd

View File

@@ -40,7 +40,7 @@ entry_points = {
]}
ftp_url = None
install_requires = ['spark-parser >= 1.6.1, < 1.7.0',
'xdis >= 3.4.0, < 3.5.0', 'six']
'xdis >= 3.5.1, < 3.6.0']
license = 'MIT'
mailing_list = 'python-debugger@googlegroups.com'
modname = 'uncompyle6'