We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3feeb40 commit fb09783Copy full SHA for fb09783
1 file changed
pyproject.toml
@@ -30,7 +30,10 @@ Homepage = "https://atomelm.com"
30
Demo = "https://atomelm.com/demo.html"
31
32
[project.optional-dependencies]
33
-dev = ["pytest>=7"]
+dev = ["pytest>=7", "cryptography>=41", "scipy>=1.10"]
34
+# SuperESP (v2) runtime extras: Ed25519 attestation + audio/voice feature extraction
35
+# (+ pyserial for on-device log capture). Install with: pip install -e ".[superesp]"
36
+superesp = ["cryptography>=41", "scipy>=1.10", "pyserial>=3.5"]
37
38
[tool.setuptools.packages.find]
39
include = ["atome_llm*"]
0 commit comments