From 700d494dccc69d5028c3e081bf1a55375af92295 Mon Sep 17 00:00:00 2001 From: liqiang-fit2cloud Date: Wed, 20 Mar 2024 14:49:30 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=8E=BB=E6=8E=89=E4=B8=8D?= =?UTF-8?q?=E9=9C=80=E8=A6=81=E7=9A=84=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a4a7fe5acb1..268c23c966f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,6 @@ django = "4.1.13" djangorestframework = "3.14.0" drf-yasg = "1.21.7" django-filter = "23.2" -elasticsearch = "8.9.0" langchain = "^0.1.11" psycopg2-binary = "2.9.7" jieba = "^0.42.1"