Merge pull request #393 from deedy5/master

update duckduckgo_search to v3.9.3
pull/405/head v1.3.3
Abdullah Alfaraj 2023-10-09 13:06:55 +03:00 committed by GitHub
commit 518860855e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ if auto_update:
# print("Auto-Photoshop-SD plugin is installing")
package_name = 'duckduckgo_search'
package_version= '3.9.1'
package_version= '3.9.3'
if not launch.is_installed(package_name):
launch.run_pip(f"install {package_name}=={package_version}", "requirements for Auto-Photoshop Image Search")
else:# it's installed but we need to check for update

View File

@ -23,4 +23,4 @@ uvicorn==0.20.0
# uvloop==0.17.0
watchfiles==0.18.1
websockets==10.4
duckduckgo_search==3.9.1
duckduckgo_search==3.9.3