forked from Github/Axter-Stash
Updated requirements with pyyaml
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -20,6 +20,7 @@ desktop.ini
|
||||
*.tlog
|
||||
*.user
|
||||
*.7z
|
||||
*.zip
|
||||
*.swp
|
||||
data.csv
|
||||
/boost
|
||||
|
||||
@@ -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