diff options
author | morpheus65535 <[email protected]> | 2018-06-11 21:12:16 -0400 |
---|---|---|
committer | morpheus65535 <[email protected]> | 2018-06-11 21:12:16 -0400 |
commit | 3c4bc0d513070837f7f8a4090227084c3d80758c (patch) | |
tree | 468efe15d237e1baa5584786ea915e86a822aa00 /requirements.txt | |
parent | 5ca77e326708a4424bf21130f3e92e1f10786178 (diff) | |
parent | 75cf2c49536c436e1d4ff6680ebf825a493a36fb (diff) | |
download | bazarr-3c4bc0d513070837f7f8a4090227084c3d80758c.tar.gz bazarr-3c4bc0d513070837f7f8a4090227084c3d80758c.zip |
Merge branch 'master' into development
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 af457981d..8013dee92 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,5 +12,5 @@ pycountry pytz requests tzlocal -urllib3 -waitress
\ No newline at end of file +urllib3<1.23,>=1.21.1 +waitress |