forked from Github/Axter-Stash
Updated requirements with pyyaml
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
stashapp-tools >= 0.2.50
|
||||
requests
|
||||
watchdog
|
||||
schedule
|
||||
schedule
|
||||
pyyaml
|
||||
Reference in New Issue
Block a user