fix: add optional client dependencies for socketio
This commit is contained in:
parent
c1863033bc
commit
ae50084fcb
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ buildPythonPackage rec {
|
||||||
packaging
|
packaging
|
||||||
python-socketio
|
python-socketio
|
||||||
requests
|
requests
|
||||||
];
|
] ++ python-socketio.optional-dependencies.client;
|
||||||
|
|
||||||
pythonImportsCheck = [ "uptime_kuma_api" ];
|
pythonImportsCheck = [ "uptime_kuma_api" ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue