diff --git a/.repo/nvchecker.toml b/.repo/nvchecker.toml index e453188..5fb31f7 100644 --- a/.repo/nvchecker.toml +++ b/.repo/nvchecker.toml @@ -90,6 +90,12 @@ github = "jellyfin/jellyfin" use_max_tag = true prefix = "v" +[python-pydeps] +source = "github" +github = "thebjorn/pydeps" +use_max_tag = true +prefix = "v" + [python-stdlib-list] source = "github" github = "jackmaney/python-stdlib-list"