From bb9b3ac9cf2d653e05d161f70800390624e733eb Mon Sep 17 00:00:00 2001 From: rocky Date: Wed, 2 Aug 2017 08:25:39 -0400 Subject: [PATCH] Revert commit to wrong branch --- __pkginfo__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__pkginfo__.py b/__pkginfo__.py index f84d9e5d..453e3c08 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.1, < 3.6.0'] + 'xdis >= 3.5.1, < 3.6.0', 'six'] license = 'MIT' mailing_list = 'python-debugger@googlegroups.com' modname = 'uncompyle6'