diff --git a/pyproject.toml b/pyproject.toml index 95e9ec29..fbdfabcb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,6 +65,15 @@ open_clip_torch = "2.20.0" soundfile = "0.12.1" torchvision = "0.16.1" rich = "13.5.2" +sqlalchemy = "*" +pgvector = "*" +qdrant-client = "*" +vllm = "*" +whisperx = "*" +pytube = "*" +pydub = "*" +arize-mlflow = "*" +sentence-transformers = "*" [tool.poetry.group.lint.dependencies] diff --git a/requirements.txt b/requirements.txt index ed4c9069..b62f0c28 100644 --- a/requirements.txt +++ b/requirements.txt @@ -69,3 +69,12 @@ mkdocs mkdocs-material mkdocs-glightbox pre-commit==3.2.2 +sqlalchemy +pgvector +qdrant-client +vllm +whisperx +pytube +pydub +arize-mlflow +sentence-transformers