Bump xdis ...

to handle pypy3.6 from Python 2
This commit is contained in:
rocky
2019-10-30 11:58:39 -04:00
parent eed4c1025b
commit 2c503d5a14

View File

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