install new requirements

This commit is contained in:
j 2023-06-23 16:26:14 +05:30
parent 9340c0e578
commit 9c3edac263
1 changed files with 2 additions and 0 deletions

View File

@ -301,6 +301,8 @@ if __name__ == "__main__":
run('./bin/pip', 'install', '-r', 'requirements.txt')
if old < 6442:
run('./bin/pip', 'install', 'yt-dlp>=2022.3.8.2')
if old < 6465:
run('./bin/pip', 'install', '-r', 'requirements.txt')
else:
if len(sys.argv) == 1:
branch = get_branch()