From cf8f7681d6c7d8041e724c3ec44b46eb63eadbb2 Mon Sep 17 00:00:00 2001 From: pycook Date: Mon, 11 Dec 2023 19:29:16 +0800 Subject: [PATCH] feat(api): add lz4 package --- cmdb-api/Pipfile | 1 + cmdb-api/requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/cmdb-api/Pipfile b/cmdb-api/Pipfile index 4ae8224..fb2e52e 100644 --- a/cmdb-api/Pipfile +++ b/cmdb-api/Pipfile @@ -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 diff --git a/cmdb-api/requirements.txt b/cmdb-api/requirements.txt index 237b5d0..849bf9c 100644 --- a/cmdb-api/requirements.txt +++ b/cmdb-api/requirements.txt @@ -50,3 +50,4 @@ WTForms==3.0.0 shamir~=17.12.0 pycryptodomex>=3.19.0 colorama>=0.4.6 +lz4>=4.3.2 \ No newline at end of file