Up django version to 3.2

This commit is contained in:
Griatch 2021-05-15 11:02:57 +02:00
parent ae6a481025
commit 63009a2a65
4 changed files with 11 additions and 7 deletions

View file

@ -2,12 +2,13 @@
# general
attrs >= 19.2.0
django >= 2.2.5, < 3.0
django >= 3.2, < 3.3
twisted >= 20.3.0, < 21.0.0
pytz
djangorestframework >= 3.10.3, < 3.12
django-filter >= 2.2.0, < 2.3
django-sekizai
# django-filter >= 2.2.0, < 2.3
django-filter == 2.4
django-sekizai == 2.0
inflect >= 5.2.0
autobahn >= 17.9.3
lunr == 0.6.0