Skip to content

Commit a1e034c

Browse files
committed
Add missing dependencies
1 parent 8349e7e commit a1e034c

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ dependencies = [
1313
"psychopy",
1414
"numpy",
1515
"pandas",
16+
"click",
17+
"cookiecutter",
18+
"pyyaml",
19+
"pyserial",
20+
"edge-tts",
1621
]
1722
dynamic = ["entry-points"]
1823

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ def read_version() -> str:
2323
"pandas",
2424
"click", # for CLI support
2525
"cookiecutter", # for template-based scaffolding
26+
"pyyaml", # for YAML configuration parsing
27+
"pyserial", # for serial port communication
28+
"edge-tts", # for text-to-speech support
2629
],
2730
entry_points={
2831
"console_scripts": [

0 commit comments

Comments
 (0)