diff --git a/plugins/DateParser/date_parser.py b/plugins/DateParser/date_parser.py index baf9be25..e4e2bae9 100644 --- a/plugins/DateParser/date_parser.py +++ b/plugins/DateParser/date_parser.py @@ -1,11 +1,9 @@ import sys, json -from pathlib import Path import stashapi.log as log from stashapi.stashapp import StashInterface import re from dateparser import parse -from datetime import datetime def main(): diff --git a/plugins/DateParser/requirements.txt b/plugins/DateParser/requirements.txt index 13896467..208f7039 100644 --- a/plugins/DateParser/requirements.txt +++ b/plugins/DateParser/requirements.txt @@ -1,14 +1,2 @@ -certifi>=2022.9.24 -charset-normalizer>=2.1.1 dateparser>=1.1.3 -idna>=3.4 -python-dateutil>=2.8.2 -pytz>=2022.6 -pytz-deprecation-shim>=0.1.0.post0 -regex>=2022.3.2 -requests>=2.28.1 -six>=1.16.0 -stashapp-tools>=0.2.17 -tzdata>=2022.6 -tzlocal>=4.2 -urllib3>=1.26.12 +stashapp-tools>=0.2.17 \ No newline at end of file diff --git a/plugins/FileMonitor/requirements.txt b/plugins/FileMonitor/requirements.txt index e7825b02..b219ea1e 100644 --- a/plugins/FileMonitor/requirements.txt +++ b/plugins/FileMonitor/requirements.txt @@ -1,3 +1,4 @@ stashapp-tools >= 0.2.49 pyYAML -watchdog \ No newline at end of file +watchdog +schedule \ No newline at end of file diff --git a/plugins/RenameFile/requirements.txt b/plugins/RenameFile/requirements.txt index a3649895..14af1d68 100644 --- a/plugins/RenameFile/requirements.txt +++ b/plugins/RenameFile/requirements.txt @@ -1,3 +1,2 @@ stashapp-tools >= 0.2.49 -pyYAML requests \ No newline at end of file diff --git a/plugins/setSceneCoverFromFile/set_cover.py b/plugins/setSceneCoverFromFile/set_cover.py index 01037ceb..910c663f 100644 --- a/plugins/setSceneCoverFromFile/set_cover.py +++ b/plugins/setSceneCoverFromFile/set_cover.py @@ -2,7 +2,6 @@ import re import sys import json -import base64 try: import stashapi.log as log diff --git a/plugins/stashdb-performer-gallery/stashdb-performer-gallery.py b/plugins/stashdb-performer-gallery/stashdb-performer-gallery.py index 8953b213..f030fb7f 100644 --- a/plugins/stashdb-performer-gallery/stashdb-performer-gallery.py +++ b/plugins/stashdb-performer-gallery/stashdb-performer-gallery.py @@ -1,12 +1,10 @@ import stashapi.log as log -from stashapi.stashapp import StashInterface, StashItem +from stashapi.stashapp import StashInterface from stashapi.stashbox import StashBoxInterface import os import sys import requests import json -import time -import math import requests from pathlib import Path import base64 diff --git a/plugins/tagScenesWithPerfTags/tagScenesWithPerfTags.py b/plugins/tagScenesWithPerfTags/tagScenesWithPerfTags.py index 8cd568ed..db00e12d 100644 --- a/plugins/tagScenesWithPerfTags/tagScenesWithPerfTags.py +++ b/plugins/tagScenesWithPerfTags/tagScenesWithPerfTags.py @@ -1,9 +1,7 @@ -import stashapi.log as log from stashapi.stashapp import StashInterface import sys import json - def processAll(): query = { "tags": { diff --git a/plugins/timestampTrade/timestampTrade.py b/plugins/timestampTrade/timestampTrade.py index ceb9da9d..eed8b016 100644 --- a/plugins/timestampTrade/timestampTrade.py +++ b/plugins/timestampTrade/timestampTrade.py @@ -1,7 +1,6 @@ import stashapi.log as log from stashapi.stashapp import StashInterface import stashapi.marker_parse as mp -import os import sys import requests import json