# Stockholm Dependencies
# Note: This file is kept for backward compatibility
# Primary dependency specification is in pyproject.toml

# Core data analysis
textblob>=0.17.1
yfinance>=0.2.18
requests>=2.31.0
numpy>=1.24.0

# RSS feed parsing
feedparser>=6.0.10

# UI and plotting
textual>=0.41.0
rich>=13.5.0
textual_plotext>=0.2.0

# Date/time handling
python-dateutil>=2.8.2
pytz>=2023.3

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