diff --git a/requirements.txt b/requirements.txt index a3b5c98f..cf037390 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,5 +9,5 @@ html5lib requests==2.19.1 tornado<5 geoip2==2.9.0 -youtube-dl +youtube-dl>=2019.4.30 python-memcached diff --git a/update.py b/update.py index 40c2532b..671fb66e 100755 --- a/update.py +++ b/update.py @@ -257,6 +257,8 @@ if __name__ == "__main__": if old <= 6064: run('./bin/pip', 'install', '-r', 'requirements.txt') run('./pandora/manage.py', 'createcachetable') + if old <= 6108: + run('./bin/pip', 'install', '-r', 'requirements.txt') else: if len(sys.argv) == 1: branch = get_branch()