bazarr/libs
Vitiko e65d643fae Embedded Subtitles provider: fix language error (fix #1653) 2021-12-28 15:38:06 -04:00
..
_markerlib
apprise Updated Apprise notification module to the latest providers. 2021-12-01 21:19:18 -05:00
apscheduler Updated apscheduler to it's latest version. 2021-10-21 18:36:45 -04:00
asio
auditok Downgrade auditok to version 0.1.5 2021-05-01 08:07:20 -04:00
babelfish Upgraded some embedded dependencies to be ready for Python 3.10. This doesn't mean that it's fully supported right now. 2021-12-01 15:47:00 -05:00
backports
beaker
bidict Added live update of UI using websocket. Make sure your reverse proxy upgrade the connection! 2021-05-08 10:25:29 -04:00
bs4
certifi
charamel Replaced chardet by charamel to improve character encoding detection. 2020-09-23 10:35:16 -04:00
chardet
click
cloudscraper Cloudflare improvements (#1448) 2021-06-23 15:54:28 -04:00
colorama Update ffsubsync and srt module 2021-04-13 00:02:29 -04:00
commonmark Update ffsubsync and srt module 2021-04-13 00:02:29 -04:00
dateutil
deep_translator Updated deep-translator module and made some fix to support translation to Chinese. There's still a bug in this module that prevent it but one it's fixed, it should be fine. 2021-11-29 14:28:30 -05:00
dns
dogpile
engineio Upgraded engine.io module to improve socket.io connection stability. Should help to prevent #1613. 2021-11-29 23:07:14 -05:00
enzyme
fcache
fese Embedded Subtitles provider: fix language error (fix #1653) 2021-12-28 15:38:06 -04:00
ffmpeg Subsync first implementation (only after download/upload). 2020-06-10 12:04:54 -04:00
ffsubsync Update ffsubsync and srt module 2021-04-13 00:02:29 -04:00
flask
flask_cors
flask_restful Upgraded some embedded dependencies to be ready for Python 3.10. This doesn't mean that it's fully supported right now. 2021-12-01 15:47:00 -05:00
flask_socketio Added live update of UI using websocket. Make sure your reverse proxy upgrade the connection! 2021-05-08 10:25:29 -04:00
ftfy
funcsigs
future Upgraded some embedded dependencies to be ready for Python 3.10. This doesn't mean that it's fully supported right now. 2021-12-01 15:47:00 -05:00
git
gitdb
guess_language
guessit Fix for #1338 2021-03-27 20:59:12 +08:00
html5lib Upgraded some embedded dependencies to be ready for Python 3.10. This doesn't mean that it's fully supported right now. 2021-12-01 15:47:00 -05:00
idna
itsdangerous
jinja2
js2py Partial fix for #1230: js2py issue under Python 3.8+ 2021-01-17 20:52:56 -05:00
json_tricks
knowit Possible fix for #860 2020-03-18 15:33:54 -04:00
libfilebot
libfuturize Upgraded some embedded dependencies to be ready for Python 3.10. This doesn't mean that it's fully supported right now. 2021-12-01 15:47:00 -05:00
markdown
markupsafe
msgpack 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. 2021-05-08 10:39:00 -04:00
oauthlib
past Upgraded some embedded dependencies to be ready for Python 3.10. This doesn't mean that it's fully supported right now. 2021-12-01 15:47:00 -05:00
playhouse Implemented Peewee ORM in replacement of raw SQL queries. 2021-05-26 16:47:14 -04:00
pretty
py7zr add py7zr library version 0.7.0 2020-05-26 19:52:22 +03:00
pycountry
pyga
pygments Update ffsubsync and srt module 2021-04-13 00:02:29 -04:00
pyjsparser
pysrt
pysubs2 Upgraded some embedded dependencies to be ready for Python 3.10. This doesn't mean that it's fully supported right now. 2021-12-01 15:47:00 -05:00
python_anticaptcha
pytz Updated pytz to fix #1350 2021-03-28 09:53:07 -04:00
rebulk Updated guessit and rebulk to latest version 2021-03-22 10:26:26 -04:00
requests 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. 2021-05-08 10:39:00 -04:00
requests_oauthlib
requests_toolbelt
retry
rich Update ffsubsync and srt module 2021-04-13 00:02:29 -04:00
signalr Moved back from gevent to waitress web server. This should prevent UI disconnection occurring during heavy task like syncing subtitles. 2021-10-20 20:46:22 -04:00
signalrcore Updated signalrcore module following PR #61 merging. 2021-06-07 16:19:01 -04:00
simpleconfigparser
smmap
socketio Added live update of UI using websocket. Make sure your reverse proxy upgrade the connection! 2021-05-08 10:25:29 -04:00
soupsieve
srt_tools Update ffsubsync and srt module 2021-04-13 00:02:29 -04:00
stevedore
subliminal Add default attribute to Subtitle 2021-12-13 15:41:46 -04:00
subliminal_patch Fix Addic7ed provider: handle language errors, avoid guessit exception and match version for movies 2021-12-23 21:57:13 -04:00
subscene_api Fix for #1062 2020-10-05 21:41:13 -04:00
subzero Added custom language class to make it easier to implement non-standard/regional languages 2021-06-06 09:57:29 -04:00
tld added tld library, fix add space after dot in domain names 2020-07-31 12:39:25 +03:00
tqdm Upgraded some embedded dependencies to be ready for Python 3.10. This doesn't mean that it's fully supported right now. 2021-12-01 15:47:00 -05:00
twine 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. 2021-05-08 10:39:00 -04:00
tzlocal Updated tzlocal module and removed check for improperly configured time zone. 2020-04-18 20:42:27 -04:00
urllib3
waitress Moved back from gevent to waitress web server. This should prevent UI disconnection occurring during heavy task like syncing subtitles. 2021-10-20 20:46:22 -04:00
wcwidth
webencodings
websocket Updated SignalRCore to support websocket-client 1.0.0. 2021-05-18 14:33:37 -04:00
werkzeug Revert "Fix missing Datatables source, and update Datatables plugins" 2021-02-14 10:30:30 +01:00
xdg
yaml
appdirs.py
arghelper.py
argparse.py
contextlib2.py
deathbycaptcha.py
decorator.py
dumprar.py
inflect.py
ipaddress.py
jstyleson.py
peewee.py Implemented Peewee ORM in replacement of raw SQL queries. 2021-05-26 16:47:14 -04:00
pyads.py
pyemitter.py
pyparsing.py Cloudflare improvements (#1448) 2021-06-23 15:54:28 -04:00
rarfile.py
semver.py Refactored the upgrade mechanism to use only Github releases 2021-02-26 10:57:47 -05:00
six.py
socks.py Upgraded some embedded dependencies to be ready for Python 3.10. This doesn't mean that it's fully supported right now. 2021-12-01 15:47:00 -05:00
sockshandler.py
srt.py Update ffsubsync and srt module 2021-04-13 00:02:29 -04:00
sseclient.py 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. 2021-05-08 10:39:00 -04:00
typing_extensions.py Update ffsubsync and srt module 2021-04-13 00:02:29 -04:00
version.txt Embedded Subtitles provider: fix language error (fix #1653) 2021-12-28 15:38:06 -04:00
whichcraft.py