init commit
This commit is contained in:
36
pyproject.toml
Normal file
36
pyproject.toml
Normal file
@@ -0,0 +1,36 @@
|
||||
[project]
|
||||
name = "united-ops"
|
||||
version = "0.1.0"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"fastmcp>=3.0",
|
||||
"mcp[cli]",
|
||||
"langgraph",
|
||||
"langchain-aws",
|
||||
"langchain-anthropic",
|
||||
"boto3",
|
||||
"anthropic",
|
||||
"fastapi",
|
||||
"uvicorn[standard]",
|
||||
"pydantic>=2.0",
|
||||
"httpx",
|
||||
"langfuse",
|
||||
"websockets",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
dev = [
|
||||
"pytest",
|
||||
"pytest-asyncio",
|
||||
"ruff",
|
||||
]
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 100
|
||||
target-version = "py312"
|
||||
|
||||
[tool.ruff.lint]
|
||||
select = ["E", "F", "I"]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
asyncio_mode = "auto"
|
||||
Reference in New Issue
Block a user