Skip to content

Commit 48f497e

Browse files
Add emerge support.
1 parent 1bdd5ab commit 48f497e

File tree

1 file changed

+21
-18
lines changed

1 file changed

+21
-18
lines changed

dependencies.json

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
11
{
2-
"pacman": [
3-
"python-qrcode",
4-
"filebrowser-bin"
5-
],
6-
"apt": [
7-
"python3-qrcode"
8-
],
9-
"dnf": [
10-
"python3-qrcode"
11-
],
12-
"pkg": [
13-
"py38-qrcode"
14-
],
15-
"pip": {
16-
"win32": [
17-
"qrcode"
18-
]
19-
}
2+
"pacman": [
3+
"python-qrcode",
4+
"filebrowser-bin"
5+
],
6+
"emerge": [
7+
"dev-python/qrcode"
8+
],
9+
"apt": [
10+
"python3-qrcode"
11+
],
12+
"dnf": [
13+
"python3-qrcode"
14+
],
15+
"pkg": [
16+
"py38-qrcode"
17+
],
18+
"pip": {
19+
"win32": [
20+
"qrcode"
21+
]
22+
}
2023
}

0 commit comments

Comments
 (0)