feat: add serve command

This commit is contained in:
Benex254
2024-10-06 01:04:20 +03:00
parent a747529279
commit f7b2b4e0c9
5 changed files with 742 additions and 9 deletions

View File

@@ -17,11 +17,13 @@ inquirerpy = { version = "^0.3.4", optional = false }
mpv = { version = "^1.0.7", optional = true }
plyer = { version = "^2.1.0", optional = true }
fastapi = {extras = ["standard"], version = "^0.115.0", optional = true}
[tool.poetry.extras]
full = ["plyer", "mpv"]
full = ["plyer", "mpv", "fastapi"]
# cli = ["rich", "click", "inquirerpy"]
mpv = ["mpv"]
notifications = ["plyer"]
api = ["fastapi"]
[tool.poetry.group.dev.dependencies]
black = "^24.4.2"