File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ Installation & Documentation
3737.. code-block :: python
3838
3939 pip install plexapi[alert] # Install with dependencies required for plexapi.alert
40+ pip install plexapi[jwt] # Install with dependencies required for Plex JWT authentication
4041
4142Documentation _ can be found at Read the Docs.
4243
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ dynamic = ["version"]
1717
1818[project .optional-dependencies ]
1919alert = [" websocket-client>=1.3.3" ]
20+ jwt = [" pyjwt[crypto]" ]
2021
2122[project .urls ]
2223Homepage = " https://github.com/pushingkarmaorg/python-plexapi"
Original file line number Diff line number Diff line change 44#---------------------------------------------------------
55flake8==7.3.0
66pillow==11.3.0
7+ pyjwt[crypto]==2.10.1
78pytest==8.4.1
89pytest-cache==1.0
910pytest-cov==6.2.1
You can’t perform that action at this time.
0 commit comments