From 40a653cd3bfaa5779db5dd6303e48cc9f92d0ea5 Mon Sep 17 00:00:00 2001 From: rocky Date: Sun, 31 May 2020 03:17:09 -0400 Subject: [PATCH] Bump min xdis version... it fixes a bug in stdlib testing --- __pkginfo__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__pkginfo__.py b/__pkginfo__.py index 58e29b26..363424e9 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -69,7 +69,7 @@ entry_points = { ]} ftp_url = None 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" mailing_list = "python-debugger@googlegroups.com"