From ea75bcf47ea18f3c2cafa08c06ca976506f73d3d Mon Sep 17 00:00:00 2001 From: rocky Date: Mon, 25 Sep 2017 20:11:53 -0400 Subject: [PATCH] Require xdis 3.6.0 or greater --- __pkginfo__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__pkginfo__.py b/__pkginfo__.py index e06a2bb8..222ba24f 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -40,7 +40,7 @@ entry_points = { ]} ftp_url = None install_requires = ['spark-parser >= 1.6.1, < 1.7.0', - 'xdis >= 3.5.5, < 3.6.0'] + 'xdis >= 3.6.0, < 3.7.0'] license = 'MIT' mailing_list = 'python-debugger@googlegroups.com' modname = 'uncompyle6'