Misc cleanups...

remove code now in xdis
require at least xdis 3.5.4
PyPy tolerance in validate testing
This commit is contained in:
rocky
2017-08-15 09:41:39 -04:00
parent f4ceb6304d
commit d1e02afb4b
4 changed files with 8 additions and 25 deletions

View File

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