WhisperLivesubs / pyproject.toml
codewithdark's picture
Update pyproject.toml
73cbfad verified
raw
history blame contribute delete
No virus
458 Bytes
[tool.poetry]
name = "WhisperLiveSubs"
version = "0.1.0"
description = ""
authors = ["Dark Coder <[email protected]>"]
license = "MIT"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
streamlit = "^1.38.0"
sounddevice = "^0.5.0"
numpy = "^2.1.1"
scipy = "^1.14.1"
torch = "^2.4.1"
transformers = "^4.44.2"
soundfile = "^0.12.1"
pyaudio = "^0.2.14"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"