mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-06-25 21:11:11 +08:00
fix: crash asyncio due dependency version
This commit is contained in:
parent
78f21741cf
commit
2563773447
@ -25,24 +25,24 @@ classifiers = [
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.9"
|
||||
langchain = "0.1.15"
|
||||
langchain-openai = "^0.1.6"
|
||||
langchain-google-genai = "^1.0.3"
|
||||
langchain-groq = "^0.1.3"
|
||||
langchain-aws = "^0.1.3"
|
||||
langchain-anthropic = "^0.1.11"
|
||||
html2text = "^2024.2.26"
|
||||
faiss-cpu = "^1.8.0"
|
||||
beautifulsoup4 = "^4.12.3"
|
||||
pandas = "^2.2.2"
|
||||
python-dotenv = "^1.0.1"
|
||||
tiktoken = "^0.6.0"
|
||||
tqdm = "^4.66.4"
|
||||
graphviz = "^0.20.3"
|
||||
minify-html = "^0.15.0"
|
||||
free-proxy = "^1.1.1"
|
||||
playwright = "^1.43.0"
|
||||
google = "^3.0.0"
|
||||
yahoo-search-py = "^0.3"
|
||||
langchain-openai = "0.1.6"
|
||||
langchain-google-genai = "1.0.3"
|
||||
langchain-groq = "0.1.3"
|
||||
langchain-aws = "0.1.3"
|
||||
langchain-anthropic = "0.1.11"
|
||||
html2text = "2024.2.26"
|
||||
faiss-cpu = "1.8.0"
|
||||
beautifulsoup4 = "4.12.3"
|
||||
pandas = "2.2.2"
|
||||
python-dotenv = "1.0.1"
|
||||
tiktoken = "0.6.0"
|
||||
tqdm = "4.66.4"
|
||||
graphviz = "0.20.3"
|
||||
minify-html = "0.15.0"
|
||||
free-proxy = "1.1.1"
|
||||
playwright = "1.43.0"
|
||||
google = "3.0.0"
|
||||
yahoo-search-py = "0.3"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
pytest = "8.0.0"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user