diff options
author | garret1317 <garret@airmail.cc> | 2025-09-14 15:31:47 +0100 |
---|---|---|
committer | garret1317 <garret@airmail.cc> | 2025-09-14 15:31:47 +0100 |
commit | 0f4d6c073de8e161014cf62eaa44cfc2fdb236dd (patch) | |
tree | 58f1d341062dfca50ac6c042cebb2a033e2c8632 /pyproject.toml | |
parent | bcb5df38d71f2b6d2092797201ad62638b6d3ef0 (diff) | |
parent | c229a64db275ddc7b87f5c23a8570a10e3e2cbd3 (diff) | |
download | yt-dlp-rajiko-0f4d6c073de8e161014cf62eaa44cfc2fdb236dd.tar.gz yt-dlp-rajiko-0f4d6c073de8e161014cf62eaa44cfc2fdb236dd.tar.bz2 yt-dlp-rajiko-0f4d6c073de8e161014cf62eaa44cfc2fdb236dd.zip |
Merge branch 'podcast-protobuf'
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 2a13f3f..d92abe7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,6 +21,9 @@ Homepage = "https://427738.xyz/yt-dlp-rajiko/" "Source Code" = "https://github.com/garret1317/yt-dlp-rajiko/" "Release Notes" = "https://427738.xyz/yt-dlp-rajiko/CHANGELOG.xml" +[project.optional-dependencies] +protobuf = ["protobug"] + [build-system] requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" |