forked from emacs-eaf/emacs-application-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdependencies.json
72 lines (72 loc) · 1.1 KB
/
dependencies.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"pacman": [
"wmctrl",
"nodejs",
"npm"
],
"emerge": [
"x11-misc/wmctrl",
"dev-python/gssapi",
"net-libs/nodejs"
],
"apt": [
"wmctrl",
"nodejs",
"npm"
],
"dnf": [
"wmctrl",
"nodejs",
"npm"
],
"pkg": [
"wmctrl",
"node",
"npm"
],
"zypper": [
"wmctrl",
"nodejs16",
"npm16"
],
"brew": [
"node"
],
"pip": {
"linux": [
"epc",
"sexpdata==0.0.3",
"tld",
"lxml",
"PyQt6==6.3.1",
"PyQt6-Qt6==6.3.1",
"PyQt6-sip",
"PyQt6-WebEngine==6.3.1",
"PyQt6-WebEngine-Qt6==6.3.1"
],
"win32": [
"epc",
"sexpdata==0.0.3",
"tld",
"lxml",
"pygetwindow",
"PyQt6==6.3.1",
"PyQt6-Qt6==6.3.1",
"PyQt6-sip",
"PyQt6-WebEngine==6.3.1",
"PyQt6-WebEngine-Qt6==6.3.1"
],
"darwin": [
"epc",
"sexpdata==0.0.3",
"tld",
"lxml",
"mac-app-frontmost",
"PyQt6==6.3.1",
"PyQt6-Qt6==6.3.1",
"PyQt6-sip",
"PyQt6-WebEngine==6.3.1",
"PyQt6-WebEngine-Qt6==6.3.1"
]
}
}