core/kompress: move vendorized to _deprecated, use kompress library directly

This commit is contained in:
karlicoss 2023-10-12 23:00:00 +01:00
parent bb478f369d
commit fe26efaea8
6 changed files with 283 additions and 385 deletions

View file

@ -9,6 +9,7 @@ INSTALL_REQUIRES = [
'more-itertools', # it's just too useful and very common anyway
'decorator' , # less pain in writing correct decorators. very mature and stable, so worth keeping in core
'click>=8.1' , # for the CLI, printing colors, decorator-based - may allow extensions to CLI
'kompress' , # for transparent access to compressed files via pathlib.Path
]