diff options
-rw-r--r-- | pyproject.toml | 7 |
1 files changed, 4 insertions, 3 deletions
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" |