taylor_ia_career / pyproject.toml
prisantos's picture
[add] initial files
3d312b2
raw
history blame contribute delete
No virus
378 Bytes
[tool.poetry]
name = "agent-jobmatch"
version = "0.1.0"
description = ""
authors = ["Priscilla Nascimento Santos <priscilla.batista18@gmail.com>"]
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"