Fixed versions in requirements.txt

This commit is contained in:
Phin 2022-05-11 06:40:28 +05:30
parent 1391220805
commit 975d835bff
2 changed files with 5 additions and 5 deletions

View file

@ -9,7 +9,7 @@ Current Version: 2.0.3
1. Install [Python 3.10](https://www.python.org/downloads/)
2. Download [this repository's contents](https://github.com/phin05/discord-rich-presence-plex/archive/refs/heads/master.zip)
3. Extract the folder contained in the above ZIP file
4. Navigate a command-line interface (cmd.exe, PowerShell, bash, etc.) into the above extracted directory
4. Navigate a command-line interface (cmd.exe, PowerShell, bash, etc.) into the above-extracted directory
5. Install the required Python modules by running `python -m pip install -r requirements.txt`
6. Start the script by running `python main.py`
@ -26,7 +26,7 @@ The script must be running on the same machine as your Discord client.
* `display`
* `useRemainingTime` (default: `false`) - Displays your media's remaining time instead of elapsed time in your Rich Presence if enabled.
* `users` (list)
* `token` - An authentication token associated with your Plex account. ([X-Plex-Token](https://support.plex.tv/articles/204059436-finding-an-authentication-token-x-plex-token), [Authenticating with Plex](https://forums.plex.tv/t/authenticating-with-plex/609370))
* `token` - An access token associated with your Plex account. ([X-Plex-Token](https://support.plex.tv/articles/204059436-finding-an-authentication-token-x-plex-token), [Authenticating with Plex](https://forums.plex.tv/t/authenticating-with-plex/609370))
* `servers` (list)
* `name` - Name of the Plex Media Server you wish to connect to.
* `blacklistedLibraries` (optional list) - Alerts originating from libraries in this list are ignored.

View file

@ -1,3 +1,3 @@
plexapi
requests
websocket-client
PlexAPI==4.10.1
requests==2.26.0
websocket-client==1.3.2