Small changes....

* __pkginfo__.py: Need spark parser 1.6.1 for corrected remove_rules() fn
* parser36.py: remove replaced Python3 rules
* scanner3.py: corrected comment. Thanks to moagstar here.
*
This commit is contained in:
rocky
2017-05-17 23:31:56 -04:00
parent 52b1f4d2b6
commit 6991a637a2
3 changed files with 25 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.6.0, < 1.7.0',
install_requires = ['spark-parser >= 1.6.1, < 1.7.0',
'xdis >= 3.3.0, < 3.4.0']
license = 'MIT'
mailing_list = 'python-debugger@googlegroups.com'