requirements: Upgrade Python requirements.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-12-22 21:51:09 -08:00
committed by Tim Abbott
parent 60eed65832
commit bc69f213a0
9 changed files with 971 additions and 860 deletions

View File

@@ -13,7 +13,6 @@ if settings.DEBUG:
def static_path(path: str) -> str:
return find(path) or "/nonexistent"
else:
def static_path(path: str) -> str: