mirror of
https://github.com/shawnkim1997/All-in-one-Financial-Analysis.git
synced 2026-08-22 23:28:05 +00:00
- Add missing numpy, scipy, dbnomics to requirements.txt (fixes ImportError on fresh install) - Sync claude.md with actual codebase: §3 file structure (37 services, 21 routers), §5 API endpoints (92 routes), §6 frontend pages (12), §13 TODO status - Update README.md with current architecture (92 API routes, 21 routers, 37 services), multi-asset overview, research grid, macro dashboard, screener+backtest, multi-jurisdiction filings, and 2026-03-26 changelog entry - Add new routers: dart, edinet, fmp, macro, research - Add new services: cache, dart_fetcher, dart_filing_service, economic_calendar, ecos_fetcher, edinet_filing_service, fmp_client, global_macro_quadrant, kpi_history_service, macro_cycle, macro_fetcher, oecd_cycle, peer_comparison_service, research_dashboard, smart_money_service, yield_fx_service - Add new frontend: macro page, screener+backtest, research grid components, overview (Equity/ETF/Commodity), filings (SEC/DART/EDINET), error boundaries - Remove 6 unused services: copilot_context, crypto_fetcher, fx_fetcher, gemini_analysis, market_data, technical_analysis - Remove obsolete docs: .agent/, AGENT.md, ATLAS_EVALUATION.md, docs/ Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
26 lines
435 B
Plaintext
26 lines
435 B
Plaintext
fastapi>=0.110.0
|
|
uvicorn[standard]>=0.29.0
|
|
pydantic>=2.7.0
|
|
google-generativeai>=0.8.0
|
|
anthropic>=0.39.0
|
|
openai>=1.50.0
|
|
beautifulsoup4>=4.12.0
|
|
requests>=2.31.0
|
|
pandas>=2.0.0
|
|
lxml>=4.9.0
|
|
python-dotenv>=1.0.0
|
|
yfinance>=0.2.40
|
|
yahooquery>=2.2.0
|
|
sec-edgar-downloader>=5.0.0
|
|
feedparser>=6.0.0
|
|
ta>=0.11.0
|
|
aiosqlite>=0.20.0
|
|
asyncpg>=0.30.0
|
|
pytest>=8.0.0
|
|
httpx>=0.27.0
|
|
pillow>=10.0.0
|
|
dart-fss>=0.4.0
|
|
numpy>=1.20.0
|
|
scipy>=1.10.0
|
|
dbnomics>=1.2.0
|