Dependencies stay within 2nd semantic level

This commit is contained in:
rocky
2016-10-26 18:36:12 -04:00
parent de65a2c250
commit 1a38d3d9aa

View File

@@ -37,8 +37,8 @@ entry_points={
'pydisassemble=uncompyle6.bin.pydisassemble:main',
]}
ftp_url = None
install_requires = ['spark-parser >= 1.4.0',
'xdis >= 3.2.0']
install_requires = ['spark-parser >= 1.4.0, < 1.5.0',
'xdis >= 3.2.0, < 3.3.0']
license = 'MIT'
mailing_list = 'python-debugger@googlegroups.com'
modname = 'uncompyle6'