Consider foreign provided packages when installing foreign packages #46

This commit is contained in:
Kivi Kaitaniemi
2026-02-07 20:24:29 +02:00
parent cdbf1e8348
commit c5898d82a3
7 changed files with 453 additions and 3 deletions
+6
View File
@@ -8,6 +8,12 @@ dependencies = [
"requests",
]
[dependency-groups]
dev = [
"pytest>=8.4.2",
"pytest-mock>=3.15.1",
]
[project.entry-points."decman.plugins"]
pacman = "decman.plugins.pacman:Pacman"
aur = "decman.plugins.aur:AUR"