Bump uncompyle. Pypy 5.8.0-beta tolerance

This commit is contained in:
rocky
2017-10-24 22:56:23 -04:00
parent 1761ba2581
commit 5e7632c33e
2 changed files with 3 additions and 3 deletions

View File

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