support more image formats, server avif is supported for larger images
This commit is contained in:
parent
0748265fe6
commit
406237b837
9 changed files with 31 additions and 11 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue