AudioEditor / pyproject.toml
Ahmet Emre Şafak
initial commit
0a0ea7b
raw
history blame contribute delete
362 Bytes
[project]
name = "AudioEditor"
version = "0.1.0"
description = "Edit your audio files with ease using this Gradio component."
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"aiohttp>=3.12.11",
"dotenv>=0.9.9",
"gradio>=5.33.0",
"gradio-audiogrid>=0.0.2",
"librosa",
"mcp",
"numpy>=2.3.0",
"soundfile>=0.13.1",
]