From 9e8e4f54c776716ae9641ef216cc65a9e919121f Mon Sep 17 00:00:00 2001 From: rocky Date: Sat, 15 Jul 2017 00:19:42 -0400 Subject: [PATCH] xdis 3.5.1 is botched? --- __pkginfo__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/__pkginfo__.py b/__pkginfo__.py index 453e3c08..53a636aa 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -40,7 +40,8 @@ entry_points = { ]} ftp_url = None install_requires = ['spark-parser >= 1.6.1, < 1.7.0', - 'xdis >= 3.5.1, < 3.6.0', 'six'] + # 'xdis >= 3.5.1, < 3.6.0', 'six'] + 'xdis == 3.5.0', 'six'] license = 'MIT' mailing_list = 'python-debugger@googlegroups.com' modname = 'uncompyle6'