core/kompress: move vendorized to _deprecated, use kompress library directly
This commit is contained in:
parent
bb478f369d
commit
fe26efaea8
6 changed files with 283 additions and 385 deletions
1
setup.py
1
setup.py
|
@ -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
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue