-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
33 lines (29 loc) · 861 Bytes
/
pyproject.toml
File metadata and controls
33 lines (29 loc) · 861 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
31
32
33
[project]
name = "blpapi-a2a"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
authors = [
{ name = "Samuel Seng", email = "djsamseng@gmail.com" }
]
requires-python = ">=3.12, <3.13"
dependencies = [
"blpapi-mcp",
"google-a2a",
"langchain>=0.3.23",
"langchain-core>=0.3.51",
"langchain-mcp-adapters>=0.0.7",
"langchain-ollama>=0.3.1",
"langgraph>=0.3.29",
]
[project.scripts]
blpapi-a2a = "blpapi_a2a:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[[tool.uv.index]]
name = "blpapi"
url = "https://blpapi.bloomberg.com/repository/releases/python/simple/"
[tool.uv.sources]
blpapi-mcp = { git = "https://github.com/djsamseng/blpapi-mcp" }
google-a2a = { git = "https://github.com/djsamseng/A2A", subdirectory = "samples/python", branch = "prefixPythonPackage" }