xdis 3.5.1 is botched?

This commit is contained in:
rocky
2017-07-15 00:19:42 -04:00
parent a06a5e1cd8
commit 9e8e4f54c7

View File

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