Files
schwab-mcp-custom/pyproject.toml
b3nw 61073b2b69
Some checks failed
Build and Push Docker Image / build (push) Failing after 34s
fix: vendor-based Docker build, playwright upgrade, and CI cross-repo checkout
- Dockerfile now installs schwab-scraper from vendor/ dir (no git needed)
- Upgrade playwright to latest to match browserless chromium container
- CI workflow checks out schwab-scraper into vendor/ before build
- Add scripts/build.sh for local builds via docker-test
- Add curl to runtime image for compose healthcheck
- Increase memory limit to 512M for large account position scraping
2026-04-25 01:16:55 +00:00

28 lines
653 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 = [
"schwab-scraper @ git+ssh://gitea@git.local.ben.io/b3nw/schwab-scraper.git",
"mcp>=1.2.0",
"fastmcp>=0.4.1",
"starlette>=0.41.0",
"uvicorn>=0.32.0",
"aiohttp>=3.9.0",
"fastapi>=0.136.1",
"greenlet>=3.2.3",
"pdfplumber>=0.11.4",
"playwright>=1.54.0",
"pyee>=13.0.0",
"typing-extensions>=4.14.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.metadata]
allow-direct-references = true