This commit is contained in:
Iliyan Angelov
2025-12-01 01:08:39 +02:00
parent 0fa2adeb19
commit 1a103a769f
234 changed files with 5513 additions and 283 deletions

View File

@@ -35,3 +35,12 @@ pytest-mock==3.12.0
# prometheus-client==0.19.0 # Uncomment for Prometheus metrics
# sentry-sdk==1.38.0 # Uncomment for Sentry error tracking
# System Dependencies (not installable via pip - must be installed separately)
# mysqldump: Required for database backup functionality
# Ubuntu/Debian: sudo apt-get install mysql-client
# CentOS/RHEL: sudo yum install mysql (or sudo dnf install mysql)
# macOS: brew install mysql-client
# Alpine: apk add mysql-client
# Or run: bash scripts/install_mysqldump.sh
# Check status: python scripts/check_dependencies.py