COTexplorer/requirements.txt
Greg 37f8eac932 Initial commit: CFTC COT Explorer
FastAPI application that ingests CFTC Commitments of Traders data into SQLite
and exposes it via a REST API with analytics endpoints (screener, percentile rank,
concentration). Includes CLI for historical and weekly data ingestion, Docker setup,
and a frontend.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-22 11:23:00 +01:00

6 lines
96 B
Plaintext

requests>=2.28.0
beautifulsoup4>=4.11.0
fastapi>=0.110.0
uvicorn[standard]>=0.29.0
tqdm>=4.66.0