feat: scaffold cf_input.gestures module + gestures-mediapipe dep group
This commit is contained in:
parent
185057d8ca
commit
b2b58913c7
5 changed files with 5 additions and 0 deletions
0
circuitforge_core/input/__init__.py
Normal file
0
circuitforge_core/input/__init__.py
Normal file
0
circuitforge_core/input/gestures/__init__.py
Normal file
0
circuitforge_core/input/gestures/__init__.py
Normal file
|
|
@ -102,6 +102,11 @@ reranker-service = [
|
|||
"fastapi>=0.110",
|
||||
"uvicorn[standard]>=0.29",
|
||||
]
|
||||
gestures-mediapipe = [
|
||||
"mediapipe>=0.10",
|
||||
"opencv-python>=4.8",
|
||||
"numpy>=1.24",
|
||||
]
|
||||
dev = [
|
||||
"circuitforge-core[manage]",
|
||||
"pytest>=8.0",
|
||||
|
|
|
|||
0
tests/test_input/__init__.py
Normal file
0
tests/test_input/__init__.py
Normal file
0
tests/test_input/test_gestures/__init__.py
Normal file
0
tests/test_input/test_gestures/__init__.py
Normal file
Loading…
Reference in a new issue