mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2025-12-11 06:45:03 -06:00
Replace 'stashapp-tools' with 'stashapi' in requirements.txt
This commit is contained in:
parent
669dd97c08
commit
e3f53a0b8c
@ -20,7 +20,7 @@ try:
|
||||
import stashapi.log as log
|
||||
from stashapi.stashapp import StashInterface
|
||||
except ModuleNotFoundError:
|
||||
install('stashapp-tools')
|
||||
install('stashapi')
|
||||
toRaise = True
|
||||
|
||||
try:
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
stashapp-tools
|
||||
stashapi
|
||||
aiohttp
|
||||
asyncio
|
||||
pydantic
|
||||
|
||||
2
plugins/ExtraPerformerInfo/requirements.txt
Normal file
2
plugins/ExtraPerformerInfo/requirements.txt
Normal file
@ -0,0 +1,2 @@
|
||||
stashapi
|
||||
requests
|
||||
@ -1,3 +1,3 @@
|
||||
stashapp-tools
|
||||
stashapi
|
||||
unidecode
|
||||
requests
|
||||
requests
|
||||
@ -1 +1 @@
|
||||
stashapp-tools
|
||||
stashapi
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
requests
|
||||
stashapp-tools
|
||||
stashapi
|
||||
|
||||
1
plugins/audio-transcodes/requirements.txt
Normal file
1
plugins/audio-transcodes/requirements.txt
Normal file
@ -0,0 +1 @@
|
||||
stashapi
|
||||
@ -1,3 +1,2 @@
|
||||
requests
|
||||
# stashapi has to be installed from source until stashapp-tools is updated to include the latest version
|
||||
stashapi @ git+https://github.com/stg-annon/stashapi.git
|
||||
stashapi
|
||||
@ -1,2 +1,2 @@
|
||||
stashapp-tools
|
||||
stashapi
|
||||
pyyaml
|
||||
|
||||
@ -1 +1 @@
|
||||
stashapp-tools
|
||||
stashapi
|
||||
@ -1,3 +1,2 @@
|
||||
requests
|
||||
# stashapi has to be installed from source until stashapp-tools is updated to include the latest version
|
||||
stashapi @ git+https://github.com/stg-annon/stashapi.git
|
||||
stashapi
|
||||
1
plugins/funscriptMarkers/requirements.txt
Normal file
1
plugins/funscriptMarkers/requirements.txt
Normal file
@ -0,0 +1 @@
|
||||
stashapi
|
||||
2
plugins/image_date_from_metadata/requirements.txt
Normal file
2
plugins/image_date_from_metadata/requirements.txt
Normal file
@ -0,0 +1,2 @@
|
||||
stashapp-tools>=0.2.58
|
||||
piexif==1.1.3
|
||||
1
plugins/miscTags/requirements.txt
Normal file
1
plugins/miscTags/requirements.txt
Normal file
@ -0,0 +1 @@
|
||||
stashapi
|
||||
1
plugins/performerStashboxUrlToID/requirements.txt
Normal file
1
plugins/performerStashboxUrlToID/requirements.txt
Normal file
@ -0,0 +1 @@
|
||||
stashapi
|
||||
1
plugins/setSceneCoverFromFile/requirements.txt
Normal file
1
plugins/setSceneCoverFromFile/requirements.txt
Normal file
@ -0,0 +1 @@
|
||||
stashapi
|
||||
@ -9,7 +9,7 @@ try:
|
||||
from stashapi.stashapp import StashInterface
|
||||
except ModuleNotFoundError:
|
||||
print(
|
||||
"You need to install the stashapi module. (pip install stashapp-tools)",
|
||||
"You need to install the stashapi module. (pip install stashapi)",
|
||||
file=sys.stderr,
|
||||
)
|
||||
|
||||
|
||||
1
plugins/stashAppAndroidTvCompanion/requirements.txt
Normal file
1
plugins/stashAppAndroidTvCompanion/requirements.txt
Normal file
@ -0,0 +1 @@
|
||||
stashapi
|
||||
@ -1,2 +1,2 @@
|
||||
requests
|
||||
stashapp-tools
|
||||
stashapi
|
||||
@ -1 +1 @@
|
||||
stashapp-tools
|
||||
stashapi
|
||||
|
||||
@ -1 +1 @@
|
||||
stashapp-tools
|
||||
stashapi
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
requests
|
||||
stashapp-tools
|
||||
stashapi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user