Remove unused dependencies
Committed 5d9944
--- a/pyproject.toml
+++ b/pyproject.toml
[tool.poetry]
name = "webint"
-version = "0.1.55"
+version = "0.1.56"
description = "an opinionated web framework that stays out of your way"
readme = "README.md"
homepage = "https://ragt.ag/code/projects/webint"
python-whois = "^0.8.0"
cryptography = "<39"
pynacl = "^1.5.0"
-# pymediasoup = "^0.2.2"
-# pymediasoup = { git = "https://github.com/skymaze/pymediasoup.git" }
-websockets = "^11.0.1"
-vosk = "^0.3.45"
-pyaudio = "^0.2.13"
-elevenlabs = "^0.2.12"
-openai = "^0.27.6"
-youtube-search = "^2.1.2"
-av = "^10.0.0"
-aiortc = "^1.5.0"
[tool.poetry.group.dev.dependencies]
nuitka = "^1.3.8"