Skip to content

Commit 2055a61

Browse files
committed
Update optional dependencies for Plex JWT authentication
1 parent ea99c22 commit 2055a61

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
4142
Documentation_ can be found at Read the Docs.
4243

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ dynamic = ["version"]
1717

1818
[project.optional-dependencies]
1919
alert = ["websocket-client>=1.3.3"]
20+
jwt = ["pyjwt[crypto]"]
2021

2122
[project.urls]
2223
Homepage = "https://github.com/pushingkarmaorg/python-plexapi"

requirements_dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#---------------------------------------------------------
55
flake8==7.3.0
66
pillow==11.3.0
7+
pyjwt[crypto]==2.10.1
78
pytest==8.4.1
89
pytest-cache==1.0
910
pytest-cov==6.2.1

0 commit comments

Comments
 (0)