Updated requirements with pyyaml

This commit is contained in:
David Maisonave
2025-01-06 02:35:51 -05:00
parent badb545347
commit b07811a6ad
3 changed files with 6 additions and 1 deletions

View File

@@ -159,6 +159,9 @@ To configure the schedule or to add new task, edit the **task_scheduler** sectio
- `pip install requests`
- `pip install watchdog`
- `pip install schedule`
- `pip install pyyaml`
Note: pyyaml is only needed for a Docker setup.
## Installation

View File

@@ -1,4 +1,5 @@
stashapp-tools >= 0.2.50
requests
watchdog
schedule
schedule
pyyaml