diff --git a/__pkginfo__.py b/__pkginfo__.py index d01a8bf4..4b6d9fe6 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -75,7 +75,7 @@ entry_points = { ] } ftp_url = None -install_requires = ["spark-parser >= 1.8.9, < 1.9.0", "xdis >= 6.0.2, < 6.1.0"] +install_requires = ["spark-parser >= 1.8.9, < 1.9.0", "xdis >= 6.0.2, < 6.2.0"] license = "GPL3" mailing_list = "python-debugger@googlegroups.com"