-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
40 lines (37 loc) · 923 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
[tool.poetry]
name = "blooapp-api"
version = "0.1.0"
description = ""
authors = ["Your Name <[email protected]>"]
readme = "README.md"
packages = [
{ include = "app" },
]
[tool.poetry.dependencies]
python = ">=3.10,<3.13"
uvicorn = "^0.23.2"
langserve = {extras = ["server"], version = ">=0.0.30"}
pydantic = "^2.1.1"
langchain = "^0.2.7"
langchain-openai = "^0.1.15"
python-dotenv = "^1.0.1"
jq = "^1.7.0"
langchain-pinecone = "^0.1.1"
firebase-functions = "^0.4.1"
firebase-admin = "^6.5.0"
langchain-community = "^0.2.7"
langgraph = "^0.2.3"
tavily-python = "^0.3.4"
typesense = "^0.21.0"
[tool.poetry.group.dev.dependencies]
langchain-cli = ">=0.0.15"
ipykernel = "^6.29.4"
tiktoken = "^0.7.0"
ipywidgets = "^8.1.2"
pandas = "^2.2.2"
pillow = "^10.3.0"
pymongo = "^4.8.0"
motor = "^3.5.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"