"or" rule regularization + regressions from xdis

This commit is contained in:
rocky
2020-04-16 23:45:39 -04:00
parent ea81ac7202
commit 4796fb9e70
12 changed files with 28 additions and 16 deletions

View File

@@ -57,8 +57,8 @@ entry_points = {
"pydisassemble=uncompyle6.bin.pydisassemble:main",
]}
ftp_url = None
install_requires = ["spark-parser >= 1.8.9, < 1.9.0",
"xdis >= 4.3.2, < 4.4.0"]
install_requires = ["spark-parser >= 1.8.9, < 1.9.0", ]
# "xdis >= 4.3.2, < 4.4.0"]
license = "GPL3"
mailing_list = "python-debugger@googlegroups.com"