diff --git a/pyproject.toml b/pyproject.toml index 6ce77e49..4fa481ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,10 @@ dependencies = [ "jinja2", "safetensors", "watchdog", - "beautifulsoup4" + "beautifulsoup4", + "piexif", + "Pillow", + "requests" ] [project.urls] diff --git a/requirements.txt b/requirements.txt index 87d1fa12..88799022 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,7 @@ aiohttp jinja2 safetensors watchdog -beautifulsoup4 \ No newline at end of file +beautifulsoup4 +piexif +Pillow +requests \ No newline at end of file