diff options
author | Michiel van Baak <[email protected]> | 2021-03-05 21:14:39 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-03-05 15:14:39 -0500 |
commit | cb32a9ab89667aa4d74f71caecf026503f0e48a5 (patch) | |
tree | 9674b6636c8941ed6148e886085a9ad14255e62e /libs/version.txt | |
parent | 240df50a51b71058f3e946923fbe6f6dfc77265f (diff) | |
download | bazarr-cb32a9ab89667aa4d74f71caecf026503f0e48a5.tar.gz bazarr-cb32a9ab89667aa4d74f71caecf026503f0e48a5.zip |
Documented the semver version bundled
Diffstat (limited to 'libs/version.txt')
-rw-r--r-- | libs/version.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libs/version.txt b/libs/version.txt index 4f26e0723..31a365c47 100644 --- a/libs/version.txt +++ b/libs/version.txt @@ -3,8 +3,8 @@ apscheduler=3.5.1 babelfish=0.5.5 backports.functools-lru-cache=1.5 Beaker=1.10.0 -bottle=0.12.13 bottle-fdsend=0.1.1 +bottle=0.12.13 chardet=3.0.4 dogpile.cache=0.6.5 enzyme=0.4.1 @@ -24,10 +24,11 @@ pytz=2018.4 rarfile=3.0 rebulk=2.0.1 requests=2.18.4 -six=1.11.0 +semver=2.13.0 SimpleConfigParser=0.1.0 <-- modified version: do not update!!! +six=1.11.0 stevedore=1.28.0 subliminal=2.1.0dev tzlocal=2.1b1 urllib3=1.23 -Waitress=1.4.3
\ No newline at end of file +Waitress=1.4.3 |