We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bdd5ab commit 48f497eCopy full SHA for 48f497e
dependencies.json
@@ -1,20 +1,23 @@
1
{
2
- "pacman": [
3
- "python-qrcode",
4
- "filebrowser-bin"
5
- ],
6
- "apt": [
7
- "python3-qrcode"
8
9
- "dnf": [
10
11
12
- "pkg": [
13
- "py38-qrcode"
14
15
- "pip": {
16
- "win32": [
17
- "qrcode"
18
- ]
19
- }
+ "pacman": [
+ "python-qrcode",
+ "filebrowser-bin"
+ ],
+ "emerge": [
+ "dev-python/qrcode"
+ "apt": [
+ "python3-qrcode"
+ "dnf": [
+ "pkg": [
+ "py38-qrcode"
+ "pip": {
+ "win32": [
20
+ "qrcode"
21
+ ]
22
+ }
23
}
0 commit comments