nat-ad / pyproject.toml
ibombonato's picture
Add Mercado Livre support (#4)
94a7d52 verified
raw
history blame
517 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",
"pillow>=11.3.0",
"playwright>=1.53.0",
"playwright-stealth>=2.0.0",
"requests>=2.32.4",
]
[dependency-groups]
dev = [
"pytest>=8.4.1",
]
[tool.pytest.ini_options]
pythonpath = [
".",
]
testpaths = ["tests"]