update duckduckgo_search version to v3.9.0

pull/378/head
deedy5 2023-10-01 09:31:16 +03:00 committed by Abdullah Alfaraj
parent 28b7e103b5
commit 7aeed21c5f
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") # print("Auto-Photoshop-SD plugin is installing")
package_name = 'duckduckgo_search' package_name = 'duckduckgo_search'
package_version= '3.7.1' package_version= '3.9.0'
if not launch.is_installed(package_name): if not launch.is_installed(package_name):
launch.run_pip(f"install {package_name}=={package_version}", "requirements for Auto-Photoshop Image Search") 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 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 # uvloop==0.17.0
watchfiles==0.18.1 watchfiles==0.18.1
websockets==10.4 websockets==10.4
duckduckgo_search==3.7.1 duckduckgo_search==3.9.0