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/
|
configs/
|
||||||
!config.example.yaml
|
!config.example.yaml
|
||||||
config.yaml
|
config.yaml
|
||||||
|
reaper_config.yaml
|
||||||
|
|
||||||
# Logs and State
|
# Logs and State
|
||||||
*.log
|
*.log
|
||||||
|
|
|
||||||
|
|
@ -8,4 +8,4 @@ pydantic # Data validation using Python type hints
|
||||||
lottie # Lottie file manipulation and conversion
|
lottie # Lottie file manipulation and conversion
|
||||||
Pillow # Image processing (required for GIF rendering)
|
Pillow # Image processing (required for GIF rendering)
|
||||||
cairosvg # SVG rendering (required for Lottie conversion)
|
cairosvg # SVG rendering (required for Lottie conversion)
|
||||||
psutil
|
psutil # System information (CPU, RAM, etc.)
|
||||||
Loading…
Add table
Reference in a new issue