mirror of https://github.com/veops/cmdb.git
feat(api): add lz4 package
This commit is contained in:
parent
e948d8c4e1
commit
cf8f7681d6
|
@ -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
|
||||
|
|
|
@ -50,3 +50,4 @@ WTForms==3.0.0
|
|||
shamir~=17.12.0
|
||||
pycryptodomex>=3.19.0
|
||||
colorama>=0.4.6
|
||||
lz4>=4.3.2
|
Loading…
Reference in New Issue