File size: 536 Bytes
5b4a293
 
 
 
 
 
 
 
 
 
 
 
457afbf
94a7d52
5b4a293
 
94a7d52
5b4a293
94a7d52
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[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",
    "lxml>=6.0.1",
    "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"]