Accept newer python-spark

This commit is contained in:
rocky
2024-10-08 16:46:42 -04:00
parent f603a44cf7
commit eb088a84c8

View 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.0",
"spark-parser >= 1.8.9, < 1.9.1",
"xdis >= 6.1.0, < 6.2.0",
]
readme = "README.rst"