Skip to content

Commit

Permalink
fix import and add missing magic dep
Browse files Browse the repository at this point in the history
  • Loading branch information
tykling committed Nov 10, 2024
1 parent a4512df commit 1268a44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dependencies = [
"exifread==3.0.0",
"httpx==0.27.2",
"pillow==11.0.0",
"python-magic==0.4.27",
]
name = "bma-client-lib"
description = "BornHack Media Archive Client Library"
Expand Down
2 changes: 1 addition & 1 deletion src/bma_client_lib/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from .bma_client_lib import BmaClient
from .bma_client import BmaClient

0 comments on commit 1268a44

Please sign in to comment.