youtube-dl no more

This commit is contained in:
Peder Bergebakken Sundt 2023-09-05 00:03:14 +02:00
parent 70a5d1047e
commit a38a0b0fb3
3 changed files with 2 additions and 15 deletions

View File

@ -53,7 +53,7 @@
format = "pyproject";
src = ./.;
nativeBuildInputs = [ poetry-core ];
propagatedBuildInputs = [ setuptools youtube-dl flakes.self.pkgs.remi requests typer urllib3 ];
propagatedBuildInputs = [ setuptools flakes.self.pkgs.remi requests typer urllib3 ];
};
default = flakes.self.pkgs.grzegorz-clients;
});

14
poetry.lock generated
View File

@ -830,18 +830,6 @@ files = [
{file = "yapf-0.32.0.tar.gz", hash = "sha256:a3f5085d37ef7e3e004c4ba9f9b3e40c54ff1901cd111f05145ae313a7c67d1b"},
]
[[package]]
name = "youtube-dl"
version = "2021.12.17"
description = "YouTube video downloader"
category = "main"
optional = false
python-versions = "*"
files = [
{file = "youtube_dl-2021.12.17-py2.py3-none-any.whl", hash = "sha256:f1336d5de68647e0364a47b3c0712578e59ec76f02048ff5c50ef1c69d79cd55"},
{file = "youtube_dl-2021.12.17.tar.gz", hash = "sha256:bc59e86c5d15d887ac590454511f08ce2c47698d5a82c27bfe27b5d814bbaed2"},
]
[[package]]
name = "zipp"
version = "3.8.1"
@ -861,4 +849,4 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>=
[metadata]
lock-version = "2.0"
python-versions = ">=3.7,<4.0"
content-hash = "d89a675f4b170b2c8fca018691c683795ea0592b5503cebef036dfffac20dac1"
content-hash = "2e05d9118d86aab492e0fee9b57025d07b2b6df96398497d933ced635875cd81"

View File

@ -7,7 +7,6 @@ license = "MIT"
[tool.poetry.dependencies]
python = ">=3.7,<4.0"
youtube_dl = ">=2021.12.17"
remi = "1.0"
requests = ">=2.27.1,<3"
typer = ">=0.4.0"