Skip to content

Commit 13dc1bb

Browse files
committed
3.0.167
1 parent 7c5c0d7 commit 13dc1bb

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ To stop playing press Ctrl+C in either the terminal or mpv
9999
<details><summary>List all subcommands</summary>
100100

101101
$ library
102-
library (v3.0.166; 103 subcommands)
102+
library (v3.0.167; 103 subcommands)
103103

104104
Create database subcommands:
105105
╭─────────────────┬──────────────────────────────────────────╮

library/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from library.utils import argparse_utils, iterables
66
from library.utils.log_utils import log
77

8-
__version__ = "3.0.166"
8+
__version__ = "3.0.167"
99

1010
progs = {
1111
"Create database subcommands": {

pdm.lock

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies = [
88
"ipython>=9.0.0",
99
"ffmpeg-python",
1010
"gallery-dl",
11-
"yt-dlp[default,curl-cffi]",
11+
"yt-dlp[default]",
1212
"natsort",
1313
"charset-normalizer",
1414
"puremagic",
@@ -44,6 +44,7 @@ deluxe = [
4444
"aiohttp",
4545
"annoy",
4646
"catt",
47+
"curl-cffi",
4748
"geopandas",
4849
"img2pdf",
4950
"ocrmypdf",

0 commit comments

Comments
 (0)