From 1e47f475279e0ce737d8bdfa0ea574317a1fc5cc Mon Sep 17 00:00:00 2001 From: rocky Date: Fri, 5 Apr 2019 16:30:28 -0400 Subject: [PATCH] Allow for newer xdis --- __pkginfo__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/__pkginfo__.py b/__pkginfo__.py index adcff79d..33882707 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -23,7 +23,7 @@ # Things that change more often go here. copyright = """ -Copyright (C) 2015-2018 Rocky Bernstein . +Copyright (C) 2015-2019 Rocky Bernstein . """ classifiers = ['Development Status :: 5 - Production/Stable', @@ -57,7 +57,7 @@ entry_points = { ]} ftp_url = None install_requires = ['spark-parser >= 1.8.7, < 1.9.0', - 'xdis >= 3.9.1, < 3.10.0'] + 'xdis >= 3.9.1, < 4.1.0'] license = 'GPL3' mailing_list = 'python-debugger@googlegroups.com'