summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jellyfin-apiclient-python/debian/control4
1 files changed, 3 insertions, 1 deletions
diff --git a/jellyfin-apiclient-python/debian/control b/jellyfin-apiclient-python/debian/control
index 4d7989c..25cf9ec 100644
--- a/jellyfin-apiclient-python/debian/control
+++ b/jellyfin-apiclient-python/debian/control
@@ -15,7 +15,9 @@ Rules-Requires-Root: no
Package: jellyfin-apiclient-python
Architecture: any
Multi-Arch: foreign
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends},
+ python3-requests,
+ python3-websocket
Description: python API client for Jellyfin
API client from Jellyfin Kodi extracted as a python
package so that other users may use the API without
bgstack15