We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5923ad commit 661f660Copy full SHA for 661f660
pyproject.toml
@@ -12,7 +12,7 @@ description = "Python cross-version byte-code library and disassembler"
12
dependencies = [
13
"click",
14
"spark-parser >= 1.8.9, < 1.9.2",
15
- "xdis >= 6.1.0, < 6.3",
+ "xdis > 6.2",
16
]
17
readme = "README.rst"
18
license = "GPL-3.0-or-later"
0 commit comments