mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-04-21 12:49:41 -05:00
Added PythonDepManager to avoid people not installing dep (#584)
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
import sys, json
|
||||
|
||||
from PythonDepManager import ensure_import
|
||||
ensure_import("dateparser>=1.2.1")
|
||||
ensure_import("stashapi:stashapp-tools>=0.2.58")
|
||||
import stashapi.log as log
|
||||
from stashapi.stashapp import StashInterface
|
||||
import re
|
||||
|
||||
Reference in New Issue
Block a user