Spaces:
Sleeping
Sleeping
File size: 625 Bytes
95f7828 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | [tool.poetry]
name = "web-researcher"
version = "0.1.0"
description = "Beta version for testing the feature of scraping company info and generating personalized messages."
authors = ["UjjTiw"]
license = "2WINS Inc."
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
langchain = "^0.3.18"
langchain-openai = "^0.3.4"
playwright = "^1.50.0"
uvicorn = "^0.34.0"
fastapi = "^0.115.8"
pydantic = "^2.10.6"
pydantic-settings = "^2.7.1"
gradio = "^5.15.0"
langchain-gemini = "^0.1.1"
huggingface-hub = "^0.28.1"
httpx = "^0.28.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
|