From d6440464138cf0f94554936e310abd4bc2fd9eeb Mon Sep 17 00:00:00 2001 From: stozn Date: Sat, 8 Mar 2025 01:35:45 +0800 Subject: [PATCH] =?UTF-8?q?blackboxprotobuf=20=E4=BF=AE=E6=94=B9=E4=B8=BAg?= =?UTF-8?q?ithub=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit pypi上的blackboxprotobuf版本有个typo没修复,gihtub上的是修复了的 Signed-off-by: stozn --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9cb47ac..b4b4e85 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ pyaudio requests pyahocorasick lz4 -blackboxprotobuf +git+https://github.com/ydkhatri/blackboxprotobuf.git lxml dbutils psutil @@ -15,4 +15,4 @@ pymem pydantic==2.7.0 fastapi uvicorn -python-dotenv \ No newline at end of file +python-dotenv