fix(common): install archive for split files

It worked before, but not now because I switched to py7zr backend for a while now.
This commit is contained in:
2025-02-26 18:41:01 +07:00
parent ed641f890d
commit ac76df577b
3 changed files with 86 additions and 5 deletions

View File

@ -13,6 +13,7 @@ requests = "^2.31.0"
cleo = "^2.1.0"
packaging = "^23.2"
py7zr = "^0.22.0"
multivolumefile = "^0.2.3"
[tool.poetry.group.cli]
optional = true