Files
schwab-mcp-custom/pyproject.toml
b3nw 76e19a82dc
Some checks failed
Build and Push Docker Image / build (push) Failing after 16s
Fix build: Switch to HTTPS for private dependency using CR_PAT
2026-04-24 01:42:12 +00:00

24 lines
523 B
TOML

[project]
name = "schwab-mcp-custom"
version = "0.1.0"
description = "Hybrid MCP Light server for Schwab scraper"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"mcp>=1.2.0",
"fastmcp>=0.4.1",
"starlette>=0.41.0",
"uvicorn>=0.32.0",
"schwab-scraper @ git+https://gitea.ext.ben.io/b3nw/schwab-scraper.git",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.metadata]
allow-direct-references = true
[tool.hatch.build.targets.wheel]
packages = []