update info

This commit is contained in:
rambros 2026-03-24 10:51:56 +05:30
parent ed3b9e2832
commit 8fe70dc9e0
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -34,6 +34,7 @@ reference/
configs/
!config.example.yaml
config.yaml
reaper_config.yaml
# Logs and State
*.log

View file

@ -8,4 +8,4 @@ pydantic # Data validation using Python type hints
lottie # Lottie file manipulation and conversion
Pillow # Image processing (required for GIF rendering)
cairosvg # SVG rendering (required for Lottie conversion)
psutil
psutil # System information (CPU, RAM, etc.)