diff options
author | morpheus65535 <[email protected]> | 2018-06-11 14:53:25 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2018-06-11 14:53:25 -0400 |
commit | 2f81c4c5b1a574138c2413b0f54211436a01585d (patch) | |
tree | 2e92b07b52372d9b2f066eca3bb420dab2d1c793 | |
parent | 6321d9df50f2a60faa64d183ab19a4f4b240380c (diff) | |
download | bazarr-2f81c4c5b1a574138c2413b0f54211436a01585d.tar.gz bazarr-2f81c4c5b1a574138c2413b0f54211436a01585d.zip |
Specifying min and max version for urllib3
-rw-r--r-- | requirements.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index 0fc8dfe32..daa4e3b6e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,5 +14,5 @@ pytz requests subliminal tzlocal -urllib3 -waitress
\ No newline at end of file +urllib3<1.23,>=1.21.1 +waitress |