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
|
*.tlog
|
||||||
*.user
|
*.user
|
||||||
*.7z
|
*.7z
|
||||||
|
*.zip
|
||||||
*.swp
|
*.swp
|
||||||
data.csv
|
data.csv
|
||||||
/boost
|
/boost
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -2,3 +2,4 @@ stashapp-tools >= 0.2.50
|
|||||||
requests
|
requests
|
||||||
watchdog
|
watchdog
|
||||||
schedule
|
schedule
|
||||||
|
pyyaml
|
||||||
Reference in New Issue
Block a user