From 98bfe822517eacd942f8a460e00ae8a30bb8d5e3 Mon Sep 17 00:00:00 2001 From: garret1317 Date: Sun, 14 Sep 2025 15:40:39 +0100 Subject: put protobug as a full dependency so everyone who installs with pip gets it it's pure python with no deps + trusted dev so it's fine --- pyproject.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index d92abe7..d4f6c04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,14 +16,15 @@ classifiers = [ "Environment :: Plugins", ] +dependencies = [ + "protobug" +] + [project.urls] 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" -- cgit v1.2.3-70-g09d2