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
|
||||
python-socketio
|
||||
requests
|
||||
];
|
||||
] ++ python-socketio.optional-dependencies.client;
|
||||
|
||||
pythonImportsCheck = [ "uptime_kuma_api" ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue