Akash Manohar commited on
Commit
f19e5f0
·
1 Parent(s): 2596889

add wakewords

Browse files
Files changed (3) hide show
  1. .python-version +1 -0
  2. pyproject.toml +12 -0
  3. uv.lock +0 -0
.python-version ADDED
@@ -0,0 +1 @@
 
 
1
+ 3.13
pyproject.toml ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [project]
2
+ name = "tincan-speech-commands"
3
+ version = "0.1.0"
4
+ description = "Add your description here"
5
+ readme = "README.md"
6
+ requires-python = ">=3.13"
7
+ dependencies = [
8
+ "wakewords",
9
+ ]
10
+
11
+ [tool.uv.sources]
12
+ wakewords = { path = "../wakewords", editable = true }
uv.lock ADDED
The diff for this file is too large to render. See raw diff