-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
43 lines (41 loc) · 937 Bytes
/
Copy pathpyproject.toml
File metadata and controls
43 lines (41 loc) · 937 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[project]
name = "ziri"
version = "0.1.0"
description = "Ziri distributed home voice OS"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"fastapi>=0.115.0",
"uvicorn[standard]>=0.30.0",
"pydantic>=2.8.0",
"pydantic-settings>=2.4.0",
"boto3>=1.35.0",
"spotipy>=2.24.0",
"supabase>=2.7.0",
"google-api-python-client>=2.145.0",
"google-auth>=2.35.0",
"python-dotenv>=1.0.1",
"pyyaml>=6.0.2",
"python-dateutil>=2.9.0",
"httpx>=0.27.0",
"langfuse>=2.0",
"tiktoken>=0.7",
"prometheus_client>=0.21.0",
"elasticsearch>=8.12.0",
"websocket-client>=1.7.0",
"openwakeword>=0.6.0",
"faster-whisper>=1.1.0",
"sounddevice>=0.5.0",
"soundfile>=0.12.0",
"mediapipe>=0.10.14",
"opencv-python-headless>=4.10.0",
]
[project.optional-dependencies]
dev = [
"pytest>=8.3.0",
"pytest-asyncio>=0.24.0",
"pytest-cov>=5.0.0",
"ruff>=0.6.0",
]
[tool.pytest.ini_options]
pythonpath = ["."]