Use newer xdis

This commit is contained in:
rocky
2017-07-14 23:45:56 -04:00
parent 1048f6a964
commit a06a5e1cd8

View File

@@ -40,7 +40,7 @@ entry_points = {
]}
ftp_url = None
install_requires = ['spark-parser >= 1.6.1, < 1.7.0',
'xdis >= 3.5.0, < 3.6.0', 'six']
'xdis >= 3.5.1, < 3.6.0', 'six']
license = 'MIT'
mailing_list = 'python-debugger@googlegroups.com'
modname = 'uncompyle6'