Allow for newer xdis

This commit is contained in:
rocky
2019-04-05 16:30:28 -04:00
parent 19a95be3ef
commit 1e47f47527

View File

@@ -23,7 +23,7 @@
# Things that change more often go here. # Things that change more often go here.
copyright = """ copyright = """
Copyright (C) 2015-2018 Rocky Bernstein <rb@dustyfeet.com>. Copyright (C) 2015-2019 Rocky Bernstein <rb@dustyfeet.com>.
""" """
classifiers = ['Development Status :: 5 - Production/Stable', classifiers = ['Development Status :: 5 - Production/Stable',
@@ -57,7 +57,7 @@ entry_points = {
]} ]}
ftp_url = None ftp_url = None
install_requires = ['spark-parser >= 1.8.7, < 1.9.0', 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' license = 'GPL3'
mailing_list = 'python-debugger@googlegroups.com' mailing_list = 'python-debugger@googlegroups.com'