24 lines
376 B
JSON
24 lines
376 B
JSON
{
|
|
"pacman": [
|
|
"python-pyquery"
|
|
],
|
|
"apt": [
|
|
"python3-pyquery"
|
|
],
|
|
"pip": {
|
|
"linux": [
|
|
"pyquery",
|
|
"feedparser"
|
|
],
|
|
"win32": [
|
|
"pyquery",
|
|
"feedparser"
|
|
],
|
|
"darwin": [
|
|
"pyquery",
|
|
"feedparser"
|
|
]
|
|
},
|
|
"vue_install": true
|
|
}
|