File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -25,24 +25,24 @@ classifiers = [
25
25
[tool .poetry .dependencies ]
26
26
python = " ^3.9"
27
27
langchain = " 0.1.15"
28
- langchain-openai = " ^ 0.1.6"
29
- langchain-google-genai = " ^ 1.0.3"
30
- langchain-groq = " ^ 0.1.3"
31
- langchain-aws = " ^ 0.1.3"
32
- langchain-anthropic = " ^ 0.1.11"
33
- html2text = " ^ 2024.2.26"
34
- faiss-cpu = " ^ 1.8.0"
35
- beautifulsoup4 = " ^ 4.12.3"
36
- pandas = " ^ 2.2.2"
37
- python-dotenv = " ^ 1.0.1"
38
- tiktoken = " ^ 0.6.0"
39
- tqdm = " ^ 4.66.4"
40
- graphviz = " ^ 0.20.3"
41
- minify-html = " ^ 0.15.0"
42
- free-proxy = " ^ 1.1.1"
43
- playwright = " ^ 1.43.0"
44
- google = " ^ 3.0.0"
45
- yahoo-search-py = " ^ 0.3"
28
+ langchain-openai = " 0.1.6"
29
+ langchain-google-genai = " 1.0.3"
30
+ langchain-groq = " 0.1.3"
31
+ langchain-aws = " 0.1.3"
32
+ langchain-anthropic = " 0.1.11"
33
+ html2text = " 2024.2.26"
34
+ faiss-cpu = " 1.8.0"
35
+ beautifulsoup4 = " 4.12.3"
36
+ pandas = " 2.2.2"
37
+ python-dotenv = " 1.0.1"
38
+ tiktoken = " 0.6.0"
39
+ tqdm = " 4.66.4"
40
+ graphviz = " 0.20.3"
41
+ minify-html = " 0.15.0"
42
+ free-proxy = " 1.1.1"
43
+ playwright = " 1.43.0"
44
+ google = " 3.0.0"
45
+ yahoo-search-py = " 0.3"
46
46
47
47
[tool .poetry .dev-dependencies ]
48
48
pytest = " 8.0.0"
You can’t perform that action at this time.
0 commit comments