[tool.poetry] name = "agent-jobmatch" version = "0.1.0" description = "" authors = ["Priscilla Nascimento Santos "] package-mode = false [tool.poetry.dependencies] python = ">=3.10,<=3.13" streamlit = "^1.36.0" crewai = "^0.32.2" crewai-tools = "^0.3.0" [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api"