feat(api): add lz4 package

This commit is contained in:
pycook 2023-12-11 19:29:16 +08:00
parent e948d8c4e1
commit cf8f7681d6
2 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,7 @@ alembic = "==1.7.7"
hvac = "==2.0.0"
colorama = ">=0.4.6"
pycryptodomex = ">=3.19.0"
lz4 = ">=4.3.2"
[dev-packages]
# Testing

View File

@ -50,3 +50,4 @@ WTForms==3.0.0
shamir~=17.12.0
pycryptodomex>=3.19.0
colorama>=0.4.6
lz4>=4.3.2