fix: add optional client dependencies for socketio

This commit is contained in:
sinavir 2024-04-21 11:35:27 +02:00
parent c1863033bc
commit ae50084fcb
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ buildPythonPackage rec {
packaging
python-socketio
requests
];
] ++ python-socketio.optional-dependencies.client;
pythonImportsCheck = [ "uptime_kuma_api" ];