Spaces:
Running
Running
[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"] | |