update youtube-dl
This commit is contained in:
parent
9a57498183
commit
5862eae7c8
2 changed files with 3 additions and 1 deletions
|
@ -9,5 +9,5 @@ html5lib
|
||||||
requests==2.19.1
|
requests==2.19.1
|
||||||
tornado<5
|
tornado<5
|
||||||
geoip2==2.9.0
|
geoip2==2.9.0
|
||||||
youtube-dl
|
youtube-dl>=2019.4.30
|
||||||
python-memcached
|
python-memcached
|
||||||
|
|
|
@ -257,6 +257,8 @@ if __name__ == "__main__":
|
||||||
if old <= 6064:
|
if old <= 6064:
|
||||||
run('./bin/pip', 'install', '-r', 'requirements.txt')
|
run('./bin/pip', 'install', '-r', 'requirements.txt')
|
||||||
run('./pandora/manage.py', 'createcachetable')
|
run('./pandora/manage.py', 'createcachetable')
|
||||||
|
if old <= 6108:
|
||||||
|
run('./bin/pip', 'install', '-r', 'requirements.txt')
|
||||||
else:
|
else:
|
||||||
if len(sys.argv) == 1:
|
if len(sys.argv) == 1:
|
||||||
branch = get_branch()
|
branch = get_branch()
|
||||||
|
|
Loading…
Reference in a new issue