Added PythonDepManager to avoid people not installing dep (#584)

This commit is contained in:
Nonoty
2025-06-21 16:58:27 +02:00
committed by GitHub
parent 89afb19879
commit 5541edff03
2 changed files with 5 additions and 2 deletions

View File

@@ -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