Bump min xdis version...

it fixes a bug in stdlib testing
This commit is contained in:
rocky
2020-05-31 03:17:09 -04:00
parent 3ac3979535
commit 40a653cd3b

View File

@@ -69,7 +69,7 @@ entry_points = {
]} ]}
ftp_url = None ftp_url = None
install_requires = ["spark-parser >= 1.8.9, < 1.9.0", install_requires = ["spark-parser >= 1.8.9, < 1.9.0",
"xdis >= 4.6.0, < 4.7.0"] "xdis >= 4.6.1, < 4.7.0"]
license = "GPL3" license = "GPL3"
mailing_list = "python-debugger@googlegroups.com" mailing_list = "python-debugger@googlegroups.com"