# Abhaengigkeiten des Intraday-Tools
# Installation (alles):   pip install -r requirements.txt
# Reine Stdlib (json, logging, subprocess, threading, datetime, pathlib,
# argparse, signal, select, termios, zoneinfo, urllib ...) ist NICHT aufgefuehrt.

# --- Collector-Dienst (collector.py) + Excel-Export (export_chart.py) ---
# Minimum fuer den systemd-Betrieb.
openpyxl>=3.1

# --- Terminal-Live-Chart (livechart.py) ---
plotext>=5.3

# --- Telegram-Bot (telegrambot.py) ---
python-telegram-bot>=20.0
python-telegram-bot[job-queue]>=20.0
python-telegram-bot[rate-limiter]>=20.0
matplotlib>=3.7.0            # Charts (PNG) im Bot

# --- Optional: Boersenfeiertage auslassen (config.py, SKIP_HOLIDAYS) ---
# Ohne dieses Paket laeuft alles weiter, pollt dann aber auch an Feiertagen.
holidays>=0.40
