nat-ad / pyproject.toml
ibombonato's picture
Docker and Fragrantica Support
1213c8d verified
raw
history blame
344 Bytes
[project]
name = "crewai-agent"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"beautifulsoup4>=4.13.4",
"crewai>=0.148.0",
"crewai-tools>=0.55.0",
"gradio>=5.38.0",
"litellm>=1.72.6",
"playwright>=1.53.0",
"playwright-stealth>=2.0.0",
]