diff options
author | morpheus65535 <[email protected]> | 2021-05-08 10:39:00 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2021-05-08 10:39:00 -0400 |
commit | 44c51b2e2c3bffdfc0e0c447c038f6cd0bfd2cbe (patch) | |
tree | f4c16f35853afd27abb4e48fb2a72a11145360a7 /libs/version.txt | |
parent | 72b6ab3c6a11e1c12d86563989d88d73e4e64377 (diff) | |
download | bazarr-44c51b2e2c3bffdfc0e0c447c038f6cd0bfd2cbe.tar.gz bazarr-44c51b2e2c3bffdfc0e0c447c038f6cd0bfd2cbe.zip |
Added real-time sync with Sonarr v3 and Radarr v3 by feeding from SignalR feeds. You can now reduce frequency of sync tasks to something like once a day.
Diffstat (limited to 'libs/version.txt')
-rw-r--r-- | libs/version.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libs/version.txt b/libs/version.txt index 440a8e802..848a598c3 100644 --- a/libs/version.txt +++ b/libs/version.txt @@ -13,11 +13,13 @@ enzyme=0.4.1 ffsubsync=0.4.11 Flask=1.1.1 flask-socketio=5.0.2dev +gevent-websocker=0.10.1 gitpython=2.1.9 guessit=3.3.1 guess_language-spirit=0.5.3 Js2Py=0.63 <-- modified: manually merged from upstream: https://github.com/PiotrDabkowski/Js2Py/pull/192/files knowit=0.3.0-dev +msgpack=1.0.2 py-pretty=1 pycountry=18.2.23 pyga=2.6.1 @@ -27,13 +29,18 @@ rarfile=3.0 rebulk=3.0.1 requests=2.18.4 semver=2.13.0 +signalr-client=0.0.7 <-- Modified to work with Sonarr +signalrcore=0.9.2 SimpleConfigParser=0.1.0 <-- modified version: do not update!!! six=1.11.0 socketio=5.1.0 +sseclient=0.0.27 <-- Modified to work with Sonarr stevedore=1.28.0 subliminal=2.1.0dev tzlocal=2.1b1 +twine=3.4.1 urllib3=1.23 +websocket-client=0.54.0 ## indirect dependencies auditok=0.1.5 # Required-by: ffsubsync |