summaryrefslogtreecommitdiffhomepage
path: root/requirements.txt
AgeCommit message (Collapse)Author
2021-10-20Moved back from gevent to waitress web server. This should prevent UI ↵v1.0.1-beta.1morpheus65535
disconnection occurring during heavy task like syncing subtitles.
2021-07-07Added setuptools to requirements.txt. It should be already installed in most ↵v0.9.6-beta.40morpheus65535
case but just in case.
2021-05-08Added live update of UI using websocket. Make sure your reverse proxy ↵morpheus65535
upgrade the connection!
2021-03-04Reverting requirements.txt changes.morpheus65535
2021-03-04Fixed requirements.txt to prevent installation of webrtcdav-wheels ↵morpheus65535
2.0.10-post.2 that isn't compatible for now.
2020-09-14Improved subtitles synchronization by using webrtcvad if available.Louis Vézina
2020-07-03Update requirements.txtmorpheus65535
2020-06-10Subsync first implementation (only after download/upload).Louis Vézina
2019-12-30Fix for Python 3.8morpheus65535
2019-07-28Switching back to CherryPy instead of gevent as we don't use it and moved ↵Louis Vézina
toward threads instead.
2019-01-15add requirements.txt for gevent and lxmlpanni
2018-09-16Include dependencies and remove requirements.txtmorpheus65535
2018-09-16Proxy support #113halali
* Initial commit * More development * Update requirements * Update init filr * fix * Added exclude settings * Change wording * Fix bad merge * Hide setting if not selected proxy type * revert disabled update check * Fix for APScheduler import * Revert "Fix for APScheduler import" This reverts commit 0f4744d2c8959412cfec89313b99a4f539d0d7ad. * Fix som Bugs * Fix som Bugs * Dynamicaly add or remove form validation rules for proxy
2018-09-11Login form #127halali
* Initial commit * Fix cookies * Continue work * Login error msg * Reimplement Basic auth * Some improvements * Reimplement Basic auth * Some improvements * Change validation key for cookies * Some Changes * Add client side control of password when changing username * Some changes
2018-08-23Update requirements.txtmorpheus65535
2018-08-23Move settings from Database to Config file (#126)halali
* Move settings from Database to Config file * Delete unused config and forgot upload init * Fix * Update get_subtitles and fix provider auth * Revert "Update get_subtitles and fix provider auth" This reverts commit c904bf6b5a61b291d4e5764a885578e66ae7d5d3. * Update get_sebtitles * more fixes * Update requirements
2018-07-23Updating notification system to support new services from apprise 0.0.9morpheus65535
2018-06-26Typo correctionmorpheus65535
2018-06-19Cleanup of requirementsmorpheus65535
2018-06-15Define minimal module version to avoid module import errormorpheus65535
2018-06-14Revert "Adjust requirement to remove included and patched libraries"Louis Vézina
This reverts commit a40e2031883a00b63417f4cecd50ae43387fae18.
2018-06-11Merge branch 'master' into developmentmorpheus65535
2018-06-11Specifying min and max version for urllib3morpheus65535
2018-06-05Adjust requirement to remove included and patched librariesmorpheus65535
2018-03-28Update to stop using "import pip" which is an unsupported usage.morpheus65535
2018-03-21Deploy PIP version 9.0.1 maximum due to regression in 9.0.2morpheus65535
2018-03-13Use pytz for UTC tzinfomorpheus65535
2018-03-09Fallback to UTC if no timezone information is available #49morpheus65535
2018-03-08Added latest module requirements #49morpheus65535
2017-12-30Switching from pygit2 to gitpythonmorpheus65535
2017-11-11pygit2 version removalLouis Vézina
2017-11-11Updated requirement and Dockerfile for updaterLouis Vézina
2017-11-07Functionnal updateLouis Vézina
2017-10-27TestLouis Vézina
2017-10-22Adding schedulerLouis Vézina
2017-10-18Continuing developmentLouis Vézina
2017-10-16Continuig developmentLouis Vézina