Skip to content

Commit 4b245a2

Browse files
committed
readd deps
1 parent bca6daa commit 4b245a2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ classifiers = [
2929
"Typing :: Typed",
3030
]
3131
dynamic = ["version"]
32-
dependencies = []
32+
dependencies = [
33+
"magpylib>=5.0",
34+
"loguru>=0.5.0",
35+
]
3336

3437
[project.optional-dependencies]
3538
test = [

0 commit comments

Comments
 (0)