diff options
author | halali <[email protected]> | 2018-08-23 21:58:15 +0200 |
---|---|---|
committer | morpheus65535 <[email protected]> | 2018-08-23 15:58:15 -0400 |
commit | db2378943fad97cfef80cca10e2db675036b0941 (patch) | |
tree | 4360ea8f7da6022febc25dc08ae5e1de2e1074ac /requirements.txt | |
parent | 9b11324c850964186510211212e37df66c09613e (diff) | |
download | bazarr-db2378943fad97cfef80cca10e2db675036b0941.tar.gz bazarr-db2378943fad97cfef80cca10e2db675036b0941.zip |
Move settings from Database to Config file (#126)
* 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
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 7fe75cc1c..68d6a6f87 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,6 +17,7 @@ requests>=2.18.4 tzlocal>=1.5.1 urllib3<1.23,>=1.21.1 waitress>=1.1.0 +configparser==3.5.0 #Subliminal requirements click>=6.7 |