forked from ShoggothAI/motleycrew
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
38 lines (35 loc) · 840 Bytes
/
pyproject.toml
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
31
32
33
34
35
36
37
38
[tool.poetry]
name = "motleycrew"
version = "0.2.2"
description = "A lightweight agent interaction framework."
authors = ["MotleyCrew <[email protected]>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
langchain = "^0.3"
langchain-experimental = "*"
langchain-openai = "*"
python-dotenv = "^1.0.0"
kuzu = "^0.4.2"
cloudpickle = "^3.0.0"
platformdirs = "^4.2.1"
pydantic = "^2.7.1"
duckduckgo-search = "5.3.0b4"
lunary = "*"
[tool.poetry.group.dev.dependencies]
black = "^24.2.0"
pytest = "^8.0.2"
pytest-cov = "^4.1.0"
flake8 = "^7.0.0"
mypy = "^1.8.0"
isort = "^5.13.2"
sphinx = "^7.3.7"
sphinx-rtd-theme = "^2.0.0"
nbsphinx = "^0.9.4"
pypandoc_binary = "^1.13"
ipykernel = "^6.29.4"
nbsphinx-link = "^1.3.0"
nbformat = "^5.10.4"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"