[pip] updated/fixed dependencies
many thanks to @jayvdb for pointing those out! fixes #741
This commit is contained in:
parent
1d8b261057
commit
cd851340e2
13 changed files with 9 additions and 8 deletions
|
@ -5,8 +5,6 @@ some media control bindings.
|
|||
Left click toggles pause, scroll up skips the current song, scroll
|
||||
down returns to the previous song.
|
||||
|
||||
Requires the following library:
|
||||
* subprocess
|
||||
Parameters:
|
||||
* deadbeef.format: Format string (defaults to '{artist} - {title}')
|
||||
Available values are: {artist}, {title}, {album}, {length},
|
||||
|
|
|
@ -9,7 +9,6 @@ an example.
|
|||
|
||||
Requires the following libraries:
|
||||
* requests
|
||||
* regex
|
||||
|
||||
Parameters:
|
||||
* spaceapi.url: String representation of the api endpoint
|
||||
|
|
1
requirements/modules/battery.txt
Normal file
1
requirements/modules/battery.txt
Normal file
|
@ -0,0 +1 @@
|
|||
power
|
|
@ -1 +1,2 @@
|
|||
dbus
|
||||
power
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
requests
|
||||
Babel
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
dunst
|
|
@ -1 +0,0 @@
|
|||
hddtemp
|
1
requirements/modules/libvirtvms.txt
Normal file
1
requirements/modules/libvirtvms.txt
Normal file
|
@ -0,0 +1 @@
|
|||
libvirt
|
2
requirements/modules/octoprint.txt
Normal file
2
requirements/modules/octoprint.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
Pillow
|
||||
simplejson
|
|
@ -1,3 +1 @@
|
|||
requests
|
||||
json
|
||||
time
|
||||
|
|
1
requirements/modules/speedtest.txt
Normal file
1
requirements/modules/speedtest.txt
Normal file
|
@ -0,0 +1 @@
|
|||
speedtest-cli
|
|
@ -1 +1 @@
|
|||
yubico
|
||||
python-yubico
|
||||
|
|
1
requirements/modules/zpool.txt
Normal file
1
requirements/modules/zpool.txt
Normal file
|
@ -0,0 +1 @@
|
|||
setuptools
|
Loading…
Reference in a new issue