Note we've run this on Python 3.0-3.1 bytecodes

__pkginfo__.py: use ore recent xdis
This commit is contained in:
rocky
2017-03-27 07:08:59 -04:00
parent 4e05c741e3
commit a91cd71667
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ entry_points={
]}
ftp_url = None
install_requires = ['spark-parser >= 1.6.0, < 1.7.0',
'xdis >= 3.2.4, < 3.3.0']
'xdis >= 3.3.0, < 3.4.0']
license = 'MIT'
mailing_list = 'python-debugger@googlegroups.com'
modname = 'uncompyle6'