chore: use git repository for schwab-scraper dependency
Some checks failed
Build and Push Docker Image / build (push) Failing after 9s
Some checks failed
Build and Push Docker Image / build (push) Failing after 9s
This commit is contained in:
@@ -5,6 +5,7 @@ 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",
|
||||
@@ -13,7 +14,7 @@ dependencies = [
|
||||
"fastapi>=0.136.1",
|
||||
"greenlet>=3.2.3",
|
||||
"pdfplumber>=0.11.4",
|
||||
"playwright==1.58.0",
|
||||
"playwright==1.54.0",
|
||||
"pyee>=13.0.0",
|
||||
"typing-extensions>=4.14.0",
|
||||
]
|
||||
@@ -24,6 +25,3 @@ build-backend = "hatchling.build"
|
||||
|
||||
[tool.hatch.metadata]
|
||||
allow-direct-references = true
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["schwab_scraper"]
|
||||
|
||||
Reference in New Issue
Block a user