diff --git a/poetry.lock b/poetry.lock index 63903f7f6e..31b4a11713 100644 --- a/poetry.lock +++ b/poetry.lock @@ -761,23 +761,6 @@ tokenizers = ">=0.13,<0.16" conversion = ["transformers[torch] (>=4.23)"] dev = ["black (==23.*)", "flake8 (==6.*)", "isort (==5.*)", "pytest (==7.*)"] -[[package]] -name = "ffmpeg-python" -version = "0.2.0" -description = "Python bindings for FFmpeg - with complex filtering support" -optional = false -python-versions = "*" -files = [ - { file = "ffmpeg-python-0.2.0.tar.gz", hash = "sha256:65225db34627c578ef0e11c8b1eb528bb35e024752f6f10b78c011f6f64c4127" }, - { file = "ffmpeg_python-0.2.0-py3-none-any.whl", hash = "sha256:ac441a0404e053f8b6a1113a77c0f452f1cfc62f6344a769475ffdc0f56c23c5" }, -] - -[package.dependencies] -future = "*" - -[package.extras] -dev = ["Sphinx (==2.1.0)", "future (==0.17.1)", "numpy (==1.16.4)", "pytest (==4.6.1)", "pytest-mock (==1.10.4)", "tox (==3.12.1)"] - [[package]] name = "filelock" version = "3.13.1" @@ -840,17 +823,6 @@ smb = ["smbprotocol"] ssh = ["paramiko"] tqdm = ["tqdm"] -[[package]] -name = "future" -version = "1.0.0" -description = "Clean single-source support for Python 3 and 2" -optional = false -python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" -files = [ - { file = "future-1.0.0-py3-none-any.whl", hash = "sha256:929292d34f5872e70396626ef385ec22355a1fae8ad29e1a734c3e43f9fbc216" }, - { file = "future-1.0.0.tar.gz", hash = "sha256:bd2968309307861edae1458a4f8a4f3598c03be43b97521076aebf5d94c07b05" }, -] - [[package]] name = "h11" version = "0.14.0" @@ -3403,4 +3375,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9.13,<3.11" -content-hash = "e71e9888b08cf87b6428049e671738dd5a8d7833480b43706c4c3ce994462d89" +content-hash = "7a5d40b2f80f2f420312043cbc08b6da7303149c0a29044b17949cdfe39162e9" diff --git a/pyproject.toml b/pyproject.toml index bc614281e5..0ecaedea8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,6 @@ openai = "^1.14.2" keyring = "^25.0.0" platformdirs = "^4.2.0" dataclasses-json = "^0.6.4" -ffmpeg-python = "0.2.0" numpy = "^1.21.2" requests = "^2.31.0" yt-dlp = "2024.3.10"