Skip to content

Commit

Permalink
Merge branch 'merge_417' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdullahAlfaraj committed Nov 29, 2023
2 parents 8d84f17 + e1cca09 commit 156d33b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions install.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

branch_result = run(f'"{git}" -C "{REPO_LOCATION}" branch', "[Auto-Photoshop-SD] Current Branch.")
print("branch_result:",branch_result)

fetch_result = run(f'"{git}" -C "{REPO_LOCATION}" fetch', "[Auto-Photoshop-SD] Fetch upstream.")
print("fetch_result:",fetch_result)

Expand All @@ -41,7 +41,7 @@
# print("Auto-Photoshop-SD plugin is installing")

package_name = 'duckduckgo_search'
package_version= '3.9.3'
package_version= '3.9.9'
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
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ anyio==3.6.2
asyncio==3.4.3
certifi==2022.12.7
charset-normalizer==2.1.1
click==8.1.3
click==8.1.7
fastapi==0.88.0
h11==0.14.0
httpcore==0.16.3
httptools==0.5.0
httpx==0.23.1
httpx==0.25.1
idna==3.4
Pillow==9.3.0
pydantic==1.10.2
Expand All @@ -23,4 +23,4 @@ uvicorn==0.20.0
# uvloop==0.17.0
watchfiles==0.18.1
websockets==10.4
duckduckgo_search==3.9.3
duckduckgo_search==3.9.9

0 comments on commit 156d33b

Please sign in to comment.