requirements: Update Python requirements.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2020-06-02 20:20:12 -07:00
committed by Tim Abbott
parent 5ab1ddbad9
commit 789e612c70
11 changed files with 650 additions and 586 deletions

View File

@@ -11,6 +11,7 @@ new_auto_named_migrations=$(./manage.py showmigrations \
-e ' 0003_auto_20150817_1733' \
-e ' 0002_auto_20150110_0810' \
-e ' 0002_auto_20190420_0723' \
-e ' 0009_auto_20191118_0520' \
| sed 's/\[[x ]\] / /' \
|| true)
if [ "$new_auto_named_migrations" != "" ]; then