Note we need xdis 2.0.0 or greater

This commit is contained in:
rocky
2016-07-24 03:44:26 -04:00
parent ca9888ace4
commit 7e8173b076
2 changed files with 2 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ entry_points={
]} ]}
ftp_url = None ftp_url = None
install_requires = ['spark-parser >= 1.4.0', install_requires = ['spark-parser >= 1.4.0',
'xdis >= 1.2.0'] 'xdis >= 2.0.0']
license = 'MIT' license = 'MIT'
mailing_list = 'python-debugger@googlegroups.com' mailing_list = 'python-debugger@googlegroups.com'
modname = 'uncompyle6' modname = 'uncompyle6'

View File

@@ -1 +1,2 @@
spark-parser >= 1.2.1 spark-parser >= 1.2.1
xdis >= 2.0.0