From 9c3edac2632219f16ea1b55ba43ece10785d0d43 Mon Sep 17 00:00:00 2001 From: j Date: Fri, 23 Jun 2023 16:26:14 +0530 Subject: [PATCH] install new requirements --- update.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/update.py b/update.py index 78bf44e77..2cc118f69 100755 --- a/update.py +++ b/update.py @@ -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()