forked from H1DDENADM1N/CapsWriter-Offline
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
71 lines (67 loc) · 1.91 KB
/
Copy pathpyproject.toml
File metadata and controls
71 lines (67 loc) · 1.91 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
[project]
name = "CapsWriter-Offline"
authors = [{ name = "HaujetZhao" }]
maintainers = [{ name = "H1DDENADM1N" }, { name = "JoanthanWu" }]
version = "4.0.0"
description = "离线语音输入简/繁体、中译英、字幕转录;在线多译多、云剪贴板等等 (选用SenseVoice模型 支持中粤英日韩多语种)"
readme = "readme.md"
requires-python = "==3.13.11"
dependencies = [
"loguru>=0.7.3",
"numpy>=1.22,<2.4",
"pyside6>=6.10.1",
"rich>=14.2.0",
"tomlkit>=0.14.0",
]
[dependency-groups]
server = [
"flask>=3.1.2",
"gguf>=0.17.1",
"httpx>=0.28.1",
"jieba>=0.42.1",
"numba>=0.63.1",
"onnxruntime>=1.23.2",
"qt-material>=2.17",
"sacremoses>=0.1.1",
"sentencepiece>=0.2.1",
"sherpa-onnx>=1.12.23",
"sherpa-onnx-core>=1.12.23",
"torch>=2.9.1",
"transformers>=4.57.5",
"websockets>=16.0",
]
client = [
"clipman>=3.3.3",
"flask>=3.1.2",
"httpx>=0.28.1",
"keyboard>=0.13.5",
"libretranslatepy>=2.1.4",
"opencc-python-reimplemented>=0.1.7",
"openai>=2.15.0",
"psutil>=7.2.1",
"pycaw>=20251023",
"pypinyin>=0.55.0",
"pywin32>=311",
"qt-material>=2.17",
"qrcode>=8.2",
"sniffio>=1.3.1",
"sounddevice>=0.5.5",
"srt>=3.5.3",
"typer>=0.21.1",
"watchdog>=6.0.0",
"websockets>=16.0",
"zai-sdk>=0.2.1",
]
editconfiggui = [
"keyboard>=0.13.5",
# siui PySide6-SiliconUI https://github.com/H1DDENADM1N/PySide6-SiliconUI
# Note: siui is not available on PyPI, need to download and copy to .venv/Lib/site-packages and ./site-packages manually
]
[[tool.uv.index]]
url = "https://mirrors.ustc.edu.cn/pypi/simple"
default = true
[project.optional-dependencies]
dev = ["ipynb==0.5.1", "ipykernel>=7.1.0", "pip>=25.3", "soundfile>=0.13.1"]
[project.urls]
Repository = "https://github.com/H1DDENADM1N/CapsWriter-Offline"
Issues = "https://github.com/H1DDENADM1N/CapsWriter-Offline/issues"