Add requests library dependency for crypto API

Required for CoinGecko API HTTP requests in crypto_api.py

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Michael Simard
2025-12-03 22:44:58 -06:00
parent bde07f676f
commit 1a81b584ab

View File

@@ -4,3 +4,4 @@ finnhub-python==2.4.26
APScheduler==3.10.4 APScheduler==3.10.4
python-dotenv==1.0.0 python-dotenv==1.0.0
pytz==2023.3 pytz==2023.3
requests==2.31.0