Spaces:
Sleeping
Sleeping
| [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" | |