# Stockholm Dependencies - Optimized for Docker layer caching
# Note: This file is kept for backward compatibility
# Primary dependency specification is in pyproject.toml

# Core dependencies (most stable, cached first)
requests>=2.31.0
python-dateutil>=2.8.2
pytz>=2023.3

# Data analysis (medium stability)
numpy>=1.24.0
textblob>=0.17.1
feedparser>=6.0.10

# Financial data (may update frequently)
yfinance>=0.2.18

# UI dependencies (may update frequently)
rich>=13.5.0
textual>=0.41.0
textual_plotext>=0.2.0

# Standard library modules (no installation needed):
# - argparse
# - sys
# - datetime
# - concurrent.futures
# - functools
# - xml.etree.ElementTree
# - urllib.parse
# - re
