mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2025-12-13 12:36:10 -06:00
13 lines
295 B
YAML
13 lines
295 B
YAML
name: PythonDepManager
|
|
description: Manage Python dependencies for CommunityScripts
|
|
version: 0.1.0
|
|
url: https://github.com/stashapp/CommunityScripts/
|
|
exec:
|
|
- python
|
|
- "{pluginDir}/flush.py"
|
|
interface: raw
|
|
|
|
tasks:
|
|
- name: "Flush Dependencies"
|
|
description: Flush all cached dependencies
|