You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
335 B
17 lines
335 B
3 months ago
|
[project]
|
||
|
name = "realtimevtt"
|
||
|
version = "0.1.0"
|
||
|
description = "Add your description here"
|
||
|
readme = "README.md"
|
||
|
requires-python = ">=3.12.10"
|
||
|
dependencies = [
|
||
|
"numpy>=2.2.6",
|
||
|
"pyaudio>=0.2.14",
|
||
|
"sherpa-onnx>=1.12.0",
|
||
|
]
|
||
|
|
||
|
[[tool.uv.index]]
|
||
|
name = "private-pypi"
|
||
|
url = "https://mirrors.aliyun.com/pypi/simple/"
|
||
|
default = true
|