kit086 commited on
Commit
30f1343
·
1 Parent(s): cf5f9f4

feat: 添加 ddgs 依赖

Browse files
Files changed (1) hide show
  1. pyproject.toml +1 -0
pyproject.toml CHANGED
@@ -5,6 +5,7 @@ description = "Add your description here"
5
  readme = "README.md"
6
  requires-python = ">=3.12"
7
  dependencies = [
 
8
  "duckduckgo-search>=8.1.1",
9
  "gradio[oauth]>=5.36.2",
10
  "langchain>=0.3.26",
 
5
  readme = "README.md"
6
  requires-python = ">=3.12"
7
  dependencies = [
8
+ "ddgs>=9.0.0",
9
  "duckduckgo-search>=8.1.1",
10
  "gradio[oauth]>=5.36.2",
11
  "langchain>=0.3.26",