Python 2.6 grammary bug and..

__pkginfo.py__: Bump spark_parser version for parse_flags 'dups'
This commit is contained in:
rocky
2016-11-23 21:44:53 -05:00
parent df2ca51f4a
commit cbcfd53dae
4 changed files with 8 additions and 5 deletions

View File

@@ -37,7 +37,7 @@ entry_points={
'pydisassemble=uncompyle6.bin.pydisassemble:main',
]}
ftp_url = None
install_requires = ['spark-parser >= 1.4.0, < 1.5.0',
install_requires = ['spark-parser >= 1.4.3, < 1.5.0',
'xdis >= 3.2.3, < 3.3.0']
license = 'MIT'
mailing_list = 'python-debugger@googlegroups.com'