diff options
author | halali <[email protected]> | 2018-09-16 14:38:00 +0200 |
---|---|---|
committer | morpheus65535 <[email protected]> | 2018-09-16 08:38:00 -0400 |
commit | 4416799122c5ba5565b4ad4669ee5e6d2de818a2 (patch) | |
tree | 455bb8cbff272e041363d8cfe6fbc0c38642a641 /requirements.txt | |
parent | 26ac122548862fb47b16f58d8b8a36322c09f607 (diff) | |
download | bazarr-4416799122c5ba5565b4ad4669ee5e6d2de818a2.tar.gz bazarr-4416799122c5ba5565b4ad4669ee5e6d2de818a2.zip |
Proxy support #113
* 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
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index 8bd5f6f6e..888a3a3d0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,17 +8,17 @@ dogpile.cache>=0.6.5 #enzyme>=0.4.1 <-- included in /libs gitpython>=2.1.9 langdetect>=1.0.7 -Pillow>=5.1.0 py-pretty>=1 pycountry>=18.2.23 pytz>=2018.4 requests>=2.18.4 #subliminal>=2.0.5 <-- included in /libs tzlocal>=1.5.1 -urllib3<1.23,>=1.21.1 +#urllib3<1.23,>=1.21.1 waitress>=1.1.0 configparser>=3.5.0 backports.functools-lru-cache>=1.5 +pysocks>=1.6.8 beaker>=1.10.0 #Subliminal requirements |