Enforce using xdis >=3.3.1 ..

to pick up bug fixes to 3.6 in xdis
This commit is contained in:
rocky
2017-05-18 04:20:16 -04:00
parent 6991a637a2
commit 94d1c6dfd3

View File

@@ -40,7 +40,7 @@ entry_points={
]}
ftp_url = None
install_requires = ['spark-parser >= 1.6.1, < 1.7.0',
'xdis >= 3.3.0, < 3.4.0']
'xdis >= 3.3.1, < 3.4.0']
license = 'MIT'
mailing_list = 'python-debugger@googlegroups.com'
modname = 'uncompyle6'