Skip to content

Commit 38e8a5a

Browse files
authored
Merge pull request #571 from bitcraze/rik/mocap_dep
Add optional dependency for motioncapture
2 parents 53c7c16 + ea6c9bd commit 38e8a5a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ Issues = "https://github.com/bitcraze/crazyflie-lib-python/issues"
5050

5151
[project.optional-dependencies]
5252
dev = ["pre-commit"]
53-
qualisys = ["qtm-rt>=3.0.2"]
53+
qualisys = ["qtm-rt~=3.0.2"]
54+
motioncapture = ["motioncapture~=1.0a4"]
5455

5556
[tool.setuptools]
5657
include-package-data = true

0 commit comments

Comments
 (0)