diff options
author | Louis Vézina <[email protected]> | 2019-11-27 16:18:53 -0500 |
---|---|---|
committer | Louis Vézina <[email protected]> | 2019-11-27 16:18:53 -0500 |
commit | ec94960376c15c9d01fe71090d899f370f7cfc79 (patch) | |
tree | 8219f5e45dbcfe28917c667ba05b9c4dd50f56e0 /libs/version.txt | |
parent | 5007d983e3967bc46d24c5296bfeadd94d9e85f9 (diff) | |
download | bazarr-ec94960376c15c9d01fe71090d899f370f7cfc79.tar.gz bazarr-ec94960376c15c9d01fe71090d899f370f7cfc79.zip |
Patch for simpleconfigparser when running under Python 3.7x and newer.
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 ce620b1ef..7916cd383 100644 --- a/libs/version.txt +++ b/libs/version.txt @@ -22,7 +22,7 @@ pytz=2018.4 rarfile=3.0 requests=2.18.4 six=1.11.0 -SimpleConfigParser=0.1.0 +SimpleConfigParser=0.1.0 <-- modified version: do not update!!! stevedore=1.28.0 subliminal=2.1.0dev tzlocal=1.5.1 |