-
Notifications
You must be signed in to change notification settings - Fork 1
/
pyproject.toml
43 lines (40 loc) · 929 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
39
40
41
42
43
[tool.poetry]
name = "supademo"
version = "0.1.0"
description = ""
authors = ["nischalj10 <[email protected]>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
playwright = "^1.45.0"
litellm = "^1.41.7"
python-dotenv = "^1.0.1"
llama-index = "^0.10.52"
httpx = "^0.27.0"
lxml = "^5.2.2"
langchain = "^0.2.6"
langchain-core = "^0.2.11"
langchain-community = "^0.2.6"
anthropic = "^0.30.1"
google-generativeai = "^0.7.1"
ipython = "^8.26.0"
langgraph = "^0.1.5"
langsmith = "^0.1.83"
langchain-openai = "^0.1.14"
langchainhub = "^0.1.20"
libdeeplake = "^0.0.134"
hub = "^3.0.1"
fastapi = "0.100.1"
uvicorn = "0.21.1"
retell-sdk = "^3.20.0"
fastapi-cors = "^0.0.6"
opencv-python = "^4.10.0.84"
aiortc = "^1.9.0"
[tool.poetry.group.dev.dependencies]
pytest = "^8.2.2"
black = "^24.4.2"
isort = "^5.13.2"
ipykernel = "^6.29.5"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"