support more image formats, server avif is supported for larger images

This commit is contained in:
j 2025-01-29 19:44:28 +05:30
commit 406237b837
9 changed files with 31 additions and 11 deletions

View file

@ -304,6 +304,8 @@ if __name__ == "__main__":
run('./bin/pip', 'install', '-r', 'requirements.txt')
if old <= 6659:
run('./bin/pip', 'install', '-r', 'requirements.txt')
if old <= 6688:
run('./bin/pip', 'install', '-r', 'requirements.txt')
else:
if len(sys.argv) == 1:
branch = get_branch()