We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 18c2e5b + a1e034c commit 004456aCopy full SHA for 004456a
pyproject.toml
@@ -13,6 +13,11 @@ dependencies = [
13
"psychopy",
14
"numpy",
15
"pandas",
16
+ "click",
17
+ "cookiecutter",
18
+ "pyyaml",
19
+ "pyserial",
20
+ "edge-tts",
21
]
22
dynamic = ["entry-points"]
23
setup.py
@@ -23,6 +23,9 @@ def read_version() -> str:
24
"click", # for CLI support
25
"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
29
],
30
entry_points={
31
"console_scripts": [
0 commit comments