Add python-ffmpeg packages

This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-12-13 19:55:01 -03:00
commit c891748135
2 changed files with 34 additions and 1 deletions

34
poetry.lock generated
View file

@ -6044,6 +6044,23 @@ files = [
pydantic = ">=2.3.0"
python-dotenv = ">=0.21.0"
[[package]]
name = "pyee"
version = "11.1.0"
description = "A rough port of Node.js's EventEmitter to Python with a few tricks of its own"
optional = false
python-versions = ">=3.8"
files = [
{file = "pyee-11.1.0-py3-none-any.whl", hash = "sha256:5d346a7d0f861a4b2e6c47960295bd895f816725b27d656181947346be98d7c1"},
{file = "pyee-11.1.0.tar.gz", hash = "sha256:b53af98f6990c810edd9b56b87791021a8f54fd13db4edd1142438d44ba2263f"},
]
[package.dependencies]
typing-extensions = "*"
[package.extras]
dev = ["black", "build", "flake8", "flake8-black", "isort", "jupyter-console", "mkdocs", "mkdocs-include-markdown-plugin", "mkdocstrings[python]", "pytest", "pytest-asyncio", "pytest-trio", "sphinx", "toml", "tox", "trio", "trio", "trio-typing", "twine", "twisted", "validate-pyproject[all]"]
[[package]]
name = "pygments"
version = "2.17.2"
@ -6383,6 +6400,21 @@ files = [
[package.extras]
cli = ["click (>=5.0)"]
[[package]]
name = "python-ffmpeg"
version = "2.0.9"
description = "A python binding for FFmpeg which provides sync and async APIs"
optional = false
python-versions = ">=3.7"
files = [
{file = "python-ffmpeg-2.0.9.tar.gz", hash = "sha256:b06f2e85c5485d170c0e741b55072a5230de27a8e6b984399a4217a55c8cf043"},
{file = "python_ffmpeg-2.0.9-py3-none-any.whl", hash = "sha256:0cd440da47caf378e512b5de97e578fb3f763f11576d97f8053ab0107b24d49e"},
]
[package.dependencies]
pyee = "*"
typing-extensions = "*"
[[package]]
name = "python-iso639"
version = "2023.12.11"
@ -9217,4 +9249,4 @@ local = ["ctransformers", "llama-cpp-python", "sentence-transformers"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<3.11"
content-hash = "a3b010e02c9cb3c943898847ab78644a5dcc38c8bf5108d833b06fb3378e7c96"
content-hash = "419f15ce0412c90f6235c4a9c2d80bdb80333b264dcb375c58fa303cf1c072ad"

View file

@ -102,6 +102,7 @@ numexpr = "^2.8.6"
qianfan = "0.0.5"
pgvector = "^0.2.3"
pyautogen = "^0.2.0"
python-ffmpeg = "^2.0.9"
[tool.poetry.group.dev.dependencies]
pytest-asyncio = "^0.23.1"