forked from crewAIInc/crewAI-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
30 lines (27 loc) · 748 Bytes
/
pyproject.toml
File metadata and controls
30 lines (27 loc) · 748 Bytes
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
[tool.poetry]
name = "crewai-tools"
version = "0.2.6"
description = "Set of tools for the crewAI framework"
authors = ["João Moura <joaomdmoura@mgail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.10,<=3.13"
pydantic = "^2.6.1"
langchain = ">=0.1.4,<0.2.0"
pytest = "^8.0.0"
lancedb = "^0.5.4"
openai = "^1.12.0"
embedchain = {extras = ["github", "youtube"], version = "^0.1.85"}
chromadb = "^0.4.22"
pyright = "^1.1.350"
pytube = "^15.0.0"
requests = "^2.31.0"
beautifulsoup4 = "^4.12.3"
selenium = "^4.18.1"
docx2txt = "^0.8"
[tool.poetry.urls]
Homepage = "https://crewai.com"
Repository = "https://github.com/joaomdmoura/crewAI-tools"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"