Use 3.9-enabled xdis

This commit is contained in:
rocky
2019-12-09 12:56:30 -05:00
parent daab1e8610
commit fdac1e3c46

View File

@@ -58,7 +58,7 @@ entry_points = {
]}
ftp_url = None
install_requires = ["spark-parser >= 1.8.9, < 1.9.0",
"xdis >= 4.1.3, < 4.2.0"]
"xdis >= 4.2.0, < 4.3.0"]
license = "GPL3"
mailing_list = "python-debugger@googlegroups.com"