Skip to content

Commit

Permalink
Merge pull request #393 from deedy5/master
Browse files Browse the repository at this point in the history
update duckduckgo_search to v3.9.3
  • Loading branch information
AbdullahAlfaraj authored Oct 9, 2023
2 parents 1eff69e + 0b25a94 commit 5188608
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 5188608

Please sign in to comment.