This repository has been archived by the owner on Oct 13, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): use python-plexapi-backport (#152)
- Loading branch information
1 parent
5cfd567
commit 66215e8
Showing
5 changed files
with
15 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
flask==1.1.4;python_version<"3" | ||
flask-babel==1.0.0;python_version<"3" | ||
future==0.18.3 | ||
plexapi-backport[alert]==4.15.1 # custom python-plexapi supporting python 2.7 | ||
polib==1.2.0;python_version<"3" | ||
requests==2.27.1;python_version<"3" # 2.27 is last version supporting Python 2.7 | ||
schedule==0.6.0;python_version<"3" | ||
|
@@ -11,18 +12,10 @@ werkzeug==1.0.1;python_version<"3" | |
|
||
# youtube_dl is not capable or willing to create a new release so have to install from git | ||
# youtube_dl==2021.12.17 | ||
# unknown if dependabot can update this | ||
# dependabot cannot update this | ||
# git+https://github.com/ytdl-org/youtube-dl.git@26035bde46c0acc30dc053618451d9aeca4b7709#egg=youtube_dl | ||
https://github.com/ytdl-org/youtube-dl/archive/26035bde46c0acc30dc053618451d9aeca4b7709.zip#egg=youtube_dl | ||
|
||
# custom python-plexapi supporting python 2.7 | ||
# this is used to upload theme songs since Movie agents cannot correctly do so | ||
# git+https://github.com/reenignearcher/[email protected]#egg=plexapi | ||
https://github.com/reenignearcher/python-plexapi/archive/master-py2.7.zip#egg=plexapi | ||
|
||
# websocket-client is required for plexapi alert listener | ||
websocket-client==0.59.0;python_version<"3" | ||
|
||
# required for websocket to pass tests | ||
pysocks==1.7.1;python_version<"3" | ||
win-inet-pton==1.1.0;python_version<"3" and platform_system=="Windows" |