-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
31 lines (28 loc) · 781 Bytes
/
Copy pathpyproject.toml
File metadata and controls
31 lines (28 loc) · 781 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
[project]
name = "omasign"
version = "0.1.0"
description = "An OS-level accessibility layer for Deaf and Hard of Hearing users."
authors = [
{ name = "Obino William", email = "williamkengere231670@daystar.ac.ke" },
{ name = "Omondi Emmanuel", email = "emmanuelomondi231517@daystar.ac.ke" },
{ name = "Mwasi Harris", email = "harrismwasi231943@daystar.ac.ke" },
]
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"flask>=3.1.0",
"flask-cors>=6.0.0",
"google-genai>=1.49.0",
"numpy>=2.2.6",
"websockets>=15.0",
"pywhispercpp>=1.2.0",
"yt-dlp>=2025.10.22",
"numpy>=1.26.4",
]
[dependency-groups]
dev = ["pytest>=8.0.0", "pytest-asyncio>=0.23.0", "ruff>=0.14.4"]
[tool.uv]
package = false
[tool.ruff]
line-length = 100
target-version = "py310"