16 lines
328 B
TOML
16 lines
328 B
TOML
[project]
|
|
name = "automatic-linkedin-answer-ai"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.8"
|
|
dependencies = [
|
|
"browser-use",
|
|
"langchain",
|
|
"langchain-community",
|
|
"langchain-openai",
|
|
"langchain-text-splitters",
|
|
"python-dotenv",
|
|
"pyyaml",
|
|
]
|