Add support for zstd compression

This commit is contained in:
Darren Eberly
2021-02-21 04:38:47 -05:00
parent a0470a3d6e
commit ee56afe9dd
6 changed files with 220 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ setup_requires =
setuptools >= 40.6
pip >= 10
install_requires =
zstd == 1.4.8.1
attrs
typing-extensions