Fix else detection bug in Python 3.6+

This commit is contained in:
rocky
2019-03-23 08:57:34 -04:00
parent 3d49b499fb
commit cd64156708
2 changed files with 8 additions and 6 deletions

View File

@@ -57,7 +57,7 @@ entry_points = {
]}
ftp_url = None
install_requires = ['spark-parser >= 1.8.7, < 1.9.0',
'xdis >= 3.8.10, < 3.9.0']
'xdis >= 3.9.0, < 3.10.0']
license = 'GPL3'
mailing_list = 'python-debugger@googlegroups.com'