From b43d4909cded64015da23e512b29d14785f6b643 Mon Sep 17 00:00:00 2001 From: rocky Date: Thu, 18 Jan 2018 01:17:07 -0500 Subject: [PATCH] We need xdis 3.6.4 or better now --- __pkginfo__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/__pkginfo__.py b/__pkginfo__.py index 68dcbb82..e6971354 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -26,6 +26,7 @@ classifiers = ['Development Status :: 5 - Production/Stable', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', 'Topic :: Software Development :: Debuggers', 'Topic :: Software Development :: Libraries :: Python Modules', ] @@ -40,7 +41,7 @@ entry_points = { ]} ftp_url = None install_requires = ['spark-parser >= 1.8.5, < 1.9.0', - 'xdis >= 3.6.2, < 3.7.0', 'six'] + 'xdis >= 3.6.4, < 3.7.0', 'six'] license = 'MIT' mailing_list = 'python-debugger@googlegroups.com' modname = 'uncompyle6'