feat(api): Add exiftool to requirements

This commit is contained in:
TheOnlyWayUp
2024-12-06 15:28:51 +00:00
parent f9631a8f31
commit 6bb63dd67b
3 changed files with 13 additions and 0 deletions
+1
View File
@@ -18,6 +18,7 @@ dependencies = [
"bs4>=0.0.2",
"uvicorn>=0.32.1",
"pdfkit>=1.0.0",
"pyexiftool>=0.5.6",
]
[tool.ruff.lint]