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:
20
schwab_scraper/core/__init__.py
Normal file
20
schwab_scraper/core/__init__.py
Normal file
@@ -0,0 +1,20 @@
|
||||
from .contracts import ( # noqa: F401
|
||||
Envelope,
|
||||
ErrorType,
|
||||
AccountOverview,
|
||||
AccountSummary,
|
||||
Lot,
|
||||
MorningstarData,
|
||||
PortfolioSnapshot,
|
||||
Position,
|
||||
SessionStatus,
|
||||
Transaction,
|
||||
# Phase 1 data structures
|
||||
QuoteData,
|
||||
EnhancedDividends,
|
||||
EarningsData,
|
||||
CalculatedMetrics,
|
||||
EquityPhase1Data,
|
||||
fail,
|
||||
ok,
|
||||
)
|
||||
Reference in New Issue
Block a user