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:
Will Miao
2025-03-23 08:48:13 +08:00
parent 8690a8f11a
commit f69b3d96b6
2 changed files with 8 additions and 2 deletions

View File

@@ -2,4 +2,7 @@ aiohttp
jinja2
safetensors
watchdog
beautifulsoup4
beautifulsoup4
piexif
Pillow
requests