You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-01 16:14:44 +08:00
Allow for newer spark-parser
This commit is contained in:
0
admin-tools/check-3.0-3.2-versions.sh
Normal file → Executable file
0
admin-tools/check-3.0-3.2-versions.sh
Normal file → Executable file
@@ -15,7 +15,7 @@ name = "uncompyle6"
|
||||
description = "Python cross-version byte-code library and disassembler"
|
||||
dependencies = [
|
||||
"click",
|
||||
"spark-parser >= 1.8.9, < 1.9.1",
|
||||
"spark-parser >= 1.8.9, < 1.9.2",
|
||||
"xdis >= 6.1.0, < 6.2.0",
|
||||
]
|
||||
readme = "README.rst"
|
||||
|
Reference in New Issue
Block a user