Files
BTC-Portfolio/btc-portfolio/backend/requirements.txt
T
Jonathan 3907414742 Add full-stack BTC portfolio web app
Multi-user FastAPI + React app with JWT auth, SQLite storage, and
CoinGecko price integration. Dockerized with docker-compose.

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

9 lines
119 B
Plaintext

fastapi
uvicorn[standard]
sqlalchemy
passlib[bcrypt]
bcrypt==3.2.2
python-jose[cryptography]
requests
python-multipart