diff options
author | Michiel van Baak Jansen <[email protected]> | 2021-05-01 14:07:20 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2021-05-01 08:07:20 -0400 |
commit | 30ef713fa260dc9d9d3120359cd052808606badb (patch) | |
tree | 00a950b4e50852d93652e4afe1c8d5872f3d54b6 /libs/version.txt | |
parent | 08e50a8348f0298fcf291ecc7b4bdcddff7e1539 (diff) | |
download | bazarr-30ef713fa260dc9d9d3120359cd052808606badb.tar.gz bazarr-30ef713fa260dc9d9d3120359cd052808606badb.zip |
Downgrade auditok to version 0.1.5
ffsubsync pinned auditok to 0.1.5. We missed this when upgrading
ffsubsync and auditok. Since we dont run pip to install the
libraries, there is no version checks
Diffstat (limited to 'libs/version.txt')
-rw-r--r-- | libs/version.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/version.txt b/libs/version.txt index 6bd849547..b5f2fafae 100644 --- a/libs/version.txt +++ b/libs/version.txt @@ -34,7 +34,7 @@ urllib3=1.23 Waitress=1.4.3 ## indirect dependencies -auditok=0.2.0 # Required-by: ffsubsync +auditok=0.1.5 # Required-by: ffsubsync rich=10.1.0 # Required-by: ffsubsync srt=3.4.1 # Required-by: ffsubsync |