mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2024-11-23 05:00:07 +00:00
Allow for newer spark-parser
This commit is contained in:
parent
9b38760173
commit
ab7980374d
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"
|
||||
|
Loading…
Reference in New Issue
Block a user