update django/celery

This commit is contained in:
j 2023-07-27 15:35:53 +02:00
commit c80f16c77a
8 changed files with 21 additions and 20 deletions

View file

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