-
-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove unused imports, clean up requirements
- Loading branch information
1 parent
fcd86af
commit c0acd03
Showing
8 changed files
with
4 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
stashapp-tools >= 0.2.49 | ||
pyYAML | ||
watchdog | ||
watchdog | ||
schedule |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
stashapp-tools >= 0.2.49 | ||
pyYAML | ||
requests |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,6 @@ | |
import re | ||
import sys | ||
import json | ||
import base64 | ||
|
||
try: | ||
import stashapi.log as log | ||
|
4 changes: 1 addition & 3 deletions
4
plugins/stashdb-performer-gallery/stashdb-performer-gallery.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters