mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-25 15:15:44 -03:00
Update dependencies in pyproject.toml and requirements.txt
- Added new dependencies: piexif, Pillow, and requests to enhance image processing and HTTP request capabilities. - Ensured consistency between pyproject.toml and requirements.txt by including the same set of dependencies.
This commit is contained in:
@@ -8,7 +8,10 @@ dependencies = [
|
|||||||
"jinja2",
|
"jinja2",
|
||||||
"safetensors",
|
"safetensors",
|
||||||
"watchdog",
|
"watchdog",
|
||||||
"beautifulsoup4"
|
"beautifulsoup4",
|
||||||
|
"piexif",
|
||||||
|
"Pillow",
|
||||||
|
"requests"
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
|
|||||||
@@ -3,3 +3,6 @@ jinja2
|
|||||||
safetensors
|
safetensors
|
||||||
watchdog
|
watchdog
|
||||||
beautifulsoup4
|
beautifulsoup4
|
||||||
|
piexif
|
||||||
|
Pillow
|
||||||
|
requests
|
||||||
Reference in New Issue
Block a user