diff options
author | morpheus65535 <[email protected]> | 2018-06-15 06:16:19 -0400 |
---|---|---|
committer | morpheus65535 <[email protected]> | 2018-06-15 06:16:19 -0400 |
commit | e94819c30dddfc3acb3354cad69b6ce5999696d0 (patch) | |
tree | 1d487266ec9e2c40168ac431be9f13e8b667e1cd /requirements.txt | |
parent | dd8f907ac50ab96cee56e4fd979b4c67c7b85767 (diff) | |
download | bazarr-e94819c30dddfc3acb3354cad69b6ce5999696d0.tar.gz bazarr-e94819c30dddfc3acb3354cad69b6ce5999696d0.zip |
Define minimal module version to avoid module import error
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/requirements.txt b/requirements.txt index daa4e3b6e..5dd8a3ff3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,18 +1,18 @@ -apprise -apscheduler -babelfish -bottle -bottle-fdsend -dogpile.cache -enzyme -gitpython -langdetect -Pillow -py-pretty -pycountry -pytz -requests -subliminal -tzlocal +apprise>=0.0.8 +apscheduler>=3.5.1 +babelfish>=0.5.5 +bottle>=0.12.13 +bottle-fdsend>=0.1.1 +dogpile.cache>=0.6.5 +enzyme>=0.4.1 +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 +tzlocal>=1.5.1 urllib3<1.23,>=1.21.1 -waitress +waitress>=1.1.0 |