Skip to content

Commit 8f7cc1c

Browse files
committed
add Jellyfin API Client to requirements
1 parent b4c0a5a commit 8f7cc1c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

requirements.txt

+6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
11
aiohttp==3.7.4.post0
22
async-timeout==3.0.1
33
attrs==21.4.0
4+
certifi==2021.10.8
45
cffi==1.15.0
56
chardet==4.0.0
7+
charset-normalizer==2.0.11
68
discord.py==1.7.3
79
idna==3.3
10+
jellyfin-apiclient-python==1.8.1
811
multidict==6.0.2
912
pycparser==2.21
1013
PyNaCl==1.4.0
1114
python-dotenv==0.19.2
15+
requests==2.27.1
1216
six==1.16.0
1317
typing_extensions==4.0.1
18+
urllib3==1.26.8
19+
websocket-client==1.2.3
1420
yarl==1.7.2
1521
youtube-dl==2021.12.17

0 commit comments

Comments
 (0)