Skip to content

Commit d7063b2

Browse files
authored
feat: make pytransform3d optional for simpler/smaller builds (#85)
1 parent 441ae6a commit d7063b2

File tree

4 files changed

+319
-198
lines changed

4 files changed

+319
-198
lines changed

Pipfile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ websockets = "*"
1010
zeroconf = "*"
1111
types-dataclasses = "*"
1212
dataclasses = "*"
13-
pytransform3d = "==1.2.1"
13+
# TODO: too big, install it manually if you want it
14+
#pytransform3d = "==1.2.1"
1415

1516
[dev-packages]
1617
flake8 = "*"
@@ -20,6 +21,10 @@ pytest = "*"
2021
"pytest-flake8" = "*"
2122
"pytest-mypy" = "*"
2223
mypy = "*"
24+
# FIXME: why the hell is flake8 not including this correctly?
25+
"importlib-metadata" = "*"
26+
# FIXME: whyyyyyyyyyy
27+
"typed-ast" = "*"
2328

2429
[requires]
2530

0 commit comments

Comments
 (0)