Merge pull request #120266 from fabaff/aiopvpc

python3Packages.aiopvpc: init at 2.0.2
This commit is contained in:
Fabian Affolter
2021-05-07 19:54:47 +02:00
committed by GitHub
4 changed files with 70 additions and 1 deletions
@@ -660,7 +660,7 @@
"pushover" = ps: with ps; [ pushover-complete ];
"pushsafer" = ps: with ps; [ ];
"pvoutput" = ps: with ps; [ jsonpath xmltodict ];
"pvpc_hourly_pricing" = ps: with ps; [ ]; # missing inputs: aiopvpc
"pvpc_hourly_pricing" = ps: with ps; [ aiopvpc ];
"pyload" = ps: with ps; [ ];
"python_script" = ps: with ps; [ restrictedpython ];
"qbittorrent" = ps: with ps; [ ]; # missing inputs: python-qbittorrent
+1
View File
@@ -321,6 +321,7 @@ in with py.pkgs; buildPythonApplication rec {
"prometheus"
"proximity"
"push"
"pvpc_hourly_pricing"
"python_script"
"random"
"recorder"