Use updated python 3.8 from xdis

This commit is contained in:
rocky
2019-07-25 07:44:49 -04:00
parent 6e6d590268
commit bc3cd0102b

View File

@@ -58,7 +58,7 @@ entry_points = {
]}
ftp_url = None
install_requires = ['spark-parser >= 1.8.7, < 1.9.0',
'xdis >= 4.0.2, < 4.1.0']
'xdis >= 4.0.3, < 4.1.0']
license = 'GPL3'
mailing_list = 'python-debugger@googlegroups.com'