Files
2026-07-13 13:37:43 +08:00

14 lines
263 B
TOML

[project]
name = "job-finder-agent"
version = "0.1.0"
description = "LinkedIn job search with Bright Data"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"streamlit",
"python-dotenv",
"openai",
"openai-agents",
"pydantic",
]