Skip to content

Commit

Permalink
update duckduckgo_search to v3.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
deedy5 committed Oct 9, 2023
1 parent 66ae393 commit 0b25a94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
# 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
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0b25a94

Please sign in to comment.