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

1
.gitignore vendored
View File

@@ -20,6 +20,7 @@ desktop.ini
*.tlog *.tlog
*.user *.user
*.7z *.7z
*.zip
*.swp *.swp
data.csv data.csv
/boost /boost

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 requests`
- `pip install watchdog` - `pip install watchdog`
- `pip install schedule` - `pip install schedule`
- `pip install pyyaml`
Note: pyyaml is only needed for a Docker setup.
## Installation ## Installation

View File

@@ -2,3 +2,4 @@ stashapp-tools >= 0.2.50
requests requests
watchdog watchdog
schedule schedule
pyyaml