update dependencies
This commit is contained in:
parent
667ad0c9d5
commit
dca95f9d95
5 changed files with 8 additions and 7 deletions
|
|
@ -299,7 +299,7 @@ if __name__ == "__main__":
|
|||
run(join(base, 'pandora/manage.py'), 'update_geoip')
|
||||
if old < 6442:
|
||||
run('./bin/pip', 'install', 'yt-dlp>=2022.3.8.2')
|
||||
if old <= 6517:
|
||||
if old <= 6581:
|
||||
run('./bin/pip', 'install', '-U', 'pip')
|
||||
run('./bin/pip', 'install', '-r', 'requirements.txt')
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue