fix(nix): add requests and semver to nix package (#1265)

The addition of the update notification added requests and semver to the
dependencies. They were however not added to the nix package, breaking
the build.
This commit is contained in:
Timo Gottszky
2025-12-17 19:36:11 +01:00
committed by GitHub
parent 84cf47038f
commit 86274efeef

View File

@@ -80,6 +80,8 @@ python3Packages.buildPythonApplication {
"py7zr"
"pyside6"
"rarfile"
"requests"
"semver"
"structlog"
"typing-extensions"
];
@@ -103,6 +105,8 @@ python3Packages.buildPythonApplication {
pyside6
rarfile
rawpy
requests
semver
send2trash
sqlalchemy
srctools