Replace 'stashapp-tools' with 'stashapi' in requirements.txt

This commit is contained in:
DogmaDragon 2025-09-29 18:09:37 +03:00
parent 669dd97c08
commit e3f53a0b8c
22 changed files with 25 additions and 17 deletions

View File

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

View File

@ -1,4 +1,4 @@
stashapp-tools
stashapi
aiohttp
asyncio
pydantic

View File

@ -0,0 +1,2 @@
stashapi
requests

View File

@ -1,3 +1,3 @@
stashapp-tools
stashapi
unidecode
requests
requests

View File

@ -1 +1 @@
stashapp-tools
stashapi

View File

@ -1,2 +1,2 @@
requests
stashapp-tools
stashapi

View File

@ -0,0 +1 @@
stashapi

View File

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

View File

@ -1,2 +1,2 @@
stashapp-tools
stashapi
pyyaml

View File

@ -1 +1 @@
stashapp-tools
stashapi

View File

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

View File

@ -0,0 +1 @@
stashapi

View File

@ -0,0 +1,2 @@
stashapp-tools>=0.2.58
piexif==1.1.3

View File

@ -0,0 +1 @@
stashapi

View File

@ -0,0 +1 @@
stashapi

View File

@ -0,0 +1 @@
stashapi

View File

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

View File

@ -0,0 +1 @@
stashapi

View File

@ -1,2 +1,2 @@
requests
stashapp-tools
stashapi

View File

@ -1 +1 @@
stashapp-tools
stashapi

View File

@ -1 +1 @@
stashapp-tools
stashapi

View File

@ -1,2 +1,2 @@
requests
stashapp-tools
stashapi