Python 2.5- grammar reduction

This commit is contained in:
rocky
2017-11-27 12:39:33 -05:00
parent 4afff131f4
commit bd4f2d086c
3 changed files with 17 additions and 4 deletions

View File

@@ -39,7 +39,7 @@ entry_points = {
'pydisassemble=uncompyle6.bin.pydisassemble:main',
]}
ftp_url = None
install_requires = ['spark-parser >= 1.8.1, < 1.9.0',
install_requires = ['spark-parser >= 1.8.2, < 1.9.0',
'xdis >= 3.6.1, < 3.7.0', 'six']
license = 'MIT'
mailing_list = 'python-debugger@googlegroups.com'