You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Note we've run this on Python 3.0-3.1 bytecodes
__pkginfo__.py: use ore recent xdis
This commit is contained in:
@@ -46,7 +46,7 @@ Requirements
|
|||||||
This project requires Python 2.6 or later, PyPy 3-2.4, or PyPy-5.0.1.
|
This project requires Python 2.6 or later, PyPy 3-2.4, or PyPy-5.0.1.
|
||||||
Python versions 2.4-2.7 are supported in the python-2.4 branch.
|
Python versions 2.4-2.7 are supported in the python-2.4 branch.
|
||||||
The bytecode files it can read has been tested on Python bytecodes from
|
The bytecode files it can read has been tested on Python bytecodes from
|
||||||
versions 1.5, 2.1-2.7, and 3.2-3.6 and the above-mentioned PyPy versions.
|
versions 1.5, 2.1-2.7, and 3.0-3.6 and the above-mentioned PyPy versions.
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
|
@@ -40,7 +40,7 @@ entry_points={
|
|||||||
]}
|
]}
|
||||||
ftp_url = None
|
ftp_url = None
|
||||||
install_requires = ['spark-parser >= 1.6.0, < 1.7.0',
|
install_requires = ['spark-parser >= 1.6.0, < 1.7.0',
|
||||||
'xdis >= 3.2.4, < 3.3.0']
|
'xdis >= 3.3.0, < 3.4.0']
|
||||||
license = 'MIT'
|
license = 'MIT'
|
||||||
mailing_list = 'python-debugger@googlegroups.com'
|
mailing_list = 'python-debugger@googlegroups.com'
|
||||||
modname = 'uncompyle6'
|
modname = 'uncompyle6'
|
||||||
|
Reference in New Issue
Block a user