Fix build: Bundle schwab_scraper source and use local dependencies
All checks were successful
Build and Push Docker Image / build (push) Successful in 34s
All checks were successful
Build and Push Docker Image / build (push) Successful in 34s
This commit is contained in:
@@ -9,7 +9,13 @@ dependencies = [
|
||||
"fastmcp>=0.4.1",
|
||||
"starlette>=0.41.0",
|
||||
"uvicorn>=0.32.0",
|
||||
"schwab-scraper @ git+https://gitea.ext.ben.io/b3nw/schwab-scraper.git",
|
||||
"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]
|
||||
@@ -20,4 +26,4 @@ build-backend = "hatchling.build"
|
||||
allow-direct-references = true
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = []
|
||||
packages = ["schwab_scraper"]
|
||||
|
||||
Reference in New Issue
Block a user