Fix if return boundary in 3.6+

Fixes #209
This commit is contained in:
rocky
2019-03-10 05:59:15 -04:00
parent bfceeac6c8
commit dcad6cf6ce
10 changed files with 43 additions and 21 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.9, < 3.9.0']
'xdis >= 3.8.10, < 3.9.0']
license = 'GPL3'
mailing_list = 'python-debugger@googlegroups.com'