Skip to content

Commit

Permalink
remove unused imports, clean up requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
feederbox826 committed Aug 16, 2024
1 parent fcd86af commit c0acd03
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 24 deletions.
2 changes: 0 additions & 2 deletions plugins/DateParser/date_parser.py
Original file line number Diff line number Diff line change
@@ -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():
Expand Down
14 changes: 1 addition & 13 deletions plugins/DateParser/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
3 changes: 2 additions & 1 deletion plugins/FileMonitor/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
stashapp-tools >= 0.2.49
pyYAML
watchdog
watchdog
schedule
1 change: 0 additions & 1 deletion plugins/RenameFile/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
stashapp-tools >= 0.2.49
pyYAML
requests
1 change: 0 additions & 1 deletion plugins/setSceneCoverFromFile/set_cover.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import re
import sys
import json
import base64

try:
import stashapi.log as log
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 0 additions & 2 deletions plugins/tagScenesWithPerfTags/tagScenesWithPerfTags.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import stashapi.log as log
from stashapi.stashapp import StashInterface
import sys
import json


def processAll():
query = {
"tags": {
Expand Down
1 change: 0 additions & 1 deletion plugins/timestampTrade/timestampTrade.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c0acd03

Please sign in to comment.