feat: Support HEIF, HEIC and AVIF recipe image uploads (#3409)

* feat: Support HEIF, HEIC and AVIF recipe image uploads

* fix: lint import block

* fix: avif now included

* fix: lint import block
This commit is contained in:
tba-code
2024-04-04 18:31:10 -05:00
committed by GitHub
parent eb1d569e95
commit 9fade36014
4 changed files with 77 additions and 2 deletions

View File

@@ -47,6 +47,7 @@ authlib = "^1.3.0"
html2text = "^2024.0.0"
paho-mqtt = "^1.6.1"
pydantic-settings = "^2.1.0"
pillow-heif = "^0.16.0"
[tool.poetry.group.postgres.dependencies]
psycopg2-binary = { version = "^2.9.1" }