Track spark_parser changes

This commit is contained in:
rocky
2017-11-18 09:49:14 -05:00
parent e116d7280c
commit 0c0a534a48
2 changed files with 3 additions and 2 deletions

View File

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