-
Notifications
You must be signed in to change notification settings - Fork 8
/
pyproject.toml
61 lines (56 loc) · 1.26 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
[tool.poetry]
name = "npiai"
version = "0.2.4.dev5"
description = ""
authors = ["wenfeng <w@npi.ai>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
openai = "^1.30.3"
termcolor = "^2.4.0"
loguru = "^0.7.2"
twilio = "^9.1.0"
litellm = "1.41.0"
pydantic = "^2.7.3"
simplegmail = "^4.1.1"
markdownify = "^0.12.1"
playwright = "^1.44.0"
google-api-python-client = "^2.132.0"
google-auth-httplib2 = "^0.2.0"
google-auth-oauthlib = "^1.2.0"
httplib2 = "^0.22.0"
pygithub = "^2.3.0"
discord-py = "^2.3.2"
pyyaml = "^6.0.1"
slack-sdk = "^3.27.2"
docstring-parser = "^0.16"
questionary = "^2.0.1"
discord = "^2.3.2"
markdown = "^3.6"
boto3 = "^1.34.127"
fastapi = "^0.111.0"
grpcio = "^1.62.1"
protobuf = "^5.27.2"
python-slugify = "^8.0.4"
langchain = "^0.2.7"
mem0ai = "^0.0.9"
websockets = "^12.0"
mcp = "^1.1.1"
azure-identity = "^1.19.0"
msgraph-sdk = "^1.15.0"
pymupdf = "^1.25.1"
[tool.poetry.group.dev.dependencies]
langchain-openai = "^0.1.14"
langchainhub = "^0.1.20"
black = "^24.4.2"
pre-commit = "^3.8.0"
[tool.poetry.group.test.dependencies]
pytest = "^8.3.3"
pytest-asyncio = "^0.24.0"
pytest-dotenv = "^0.5.2"
pytest-repeat = "^0.9.3"
csv-diff = "^1.2"
anthropic = "^0.42.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"