mirror of
https://github.com/onyx-and-iris/vmr-http.git
synced 2026-04-06 18:09:11 +00:00
add voicemeeter-api path dep
add ruff config
This commit is contained in:
@@ -1,21 +1,35 @@
|
||||
[project]
|
||||
name = "vmr-http"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
description = "HTTP API for controlling Voicemeeter"
|
||||
readme = "README.md"
|
||||
authors = [{ name = "onyx-and-iris", email = "code@onyxandiris.online" }]
|
||||
requires-python = ">=3.13"
|
||||
dependencies = ["fastapi[standard]>=0.135.3", "voicemeeter-api>=2.7.2"]
|
||||
|
||||
[project.scripts]
|
||||
vmr-http = "vmr_http:main"
|
||||
requires-python = ">=3.10"
|
||||
dependencies = [
|
||||
"fastapi[standard]>=0.135.3",
|
||||
"uvicorn>=0.43.0",
|
||||
"voicemeeter-api>=2.7.2",
|
||||
]
|
||||
classifiers = [
|
||||
"Development Status :: 4 - Beta",
|
||||
"Programming Language :: Python",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.12",
|
||||
"Programming Language :: Python :: 3.13",
|
||||
"Programming Language :: Python :: Implementation :: CPython",
|
||||
"Programming Language :: Python :: Implementation :: PyPy",
|
||||
]
|
||||
|
||||
[build-system]
|
||||
requires = ["uv_build>=0.11.3,<0.12.0"]
|
||||
build-backend = "uv_build"
|
||||
|
||||
[dependency-groups]
|
||||
dev = ["poethepoet>=0.43.0"]
|
||||
dev = ["poethepoet>=0.43.0", "ruff>=0.15.9"]
|
||||
|
||||
[tool.fastapi]
|
||||
entrypoint = "vmr_http.app:app"
|
||||
|
||||
[tool.uv.sources]
|
||||
voicemeeter-api = { path = "../voicemeeter-api-python", editable = true }
|
||||
|
||||
Reference in New Issue
Block a user