Skip to content

Commit

Permalink
Fix:Adjust configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dongjing007 committed Oct 19, 2023
1 parent 31c8a7e commit 7739047
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ dependencies = [
"langchain",
"datetime",
"bs4",
"chardet",
"typing"
]
license = {text = "MIT"}
dynamic = ["version"]
Expand Down
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,6 @@ yarl==1.8.2
zhipuai==1.0.7
langchain==0.0.314
datetime==5.2
bs4=0.0.1
bs4==0.0.1
chardet==5.1.0
typing==3.7.4.3

0 comments on commit 7739047

Please sign in to comment.