update info
This commit is contained in:
parent
ed3b9e2832
commit
8fe70dc9e0
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -34,6 +34,7 @@ reference/
|
|||
configs/
|
||||
!config.example.yaml
|
||||
config.yaml
|
||||
reaper_config.yaml
|
||||
|
||||
# Logs and State
|
||||
*.log
|
||||
|
|
|
|||
|
|
@ -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.)
|
||||
Loading…
Add table
Reference in a new issue