diff --git a/__pkginfo__.py b/__pkginfo__.py index d3d566f7..01324a7d 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -39,7 +39,7 @@ entry_points = { 'pydisassemble=uncompyle6.bin.pydisassemble:main', ]} ftp_url = None -install_requires = ['spark-parser >= 1.8.0, < 1.9.0', +install_requires = ['spark-parser >= 1.8.1, < 1.9.0', 'xdis >= 3.6.1, < 3.7.0', 'six'] license = 'MIT' mailing_list = 'python-debugger@googlegroups.com'