This commit is contained in:
mjallen18
2025-12-23 21:04:21 -06:00
parent 8f08f24761
commit d981fb20c2
68 changed files with 957 additions and 543 deletions

View File

@@ -1,6 +1,6 @@
{
lib,
python3Packages
python3Packages,
}:
python3Packages.buildPythonPackage rec {
@@ -17,7 +17,7 @@ python3Packages.buildPythonPackage rec {
build-system = with python3Packages; [ setuptools ];
dependencies = with python3Packages;[
dependencies = with python3Packages; [
aiohttp
beautifulsoup4
bidict
@@ -42,4 +42,4 @@ python3Packages.buildPythonPackage rec {
maintainers = with maintainers; [ fab ];
mainProgram = "gehome-appliance-data";
};
}
}