Updated requirements to allow Django 3.2

This commit is contained in:
Claude Paroz 2021-08-21 13:47:26 +02:00
parent be3958af40
commit e674f5b074
2 changed files with 2 additions and 1 deletions

View file

@ -21,6 +21,7 @@ DATABASES = {
'PORT': '', # Set to empty string for default. Not used with sqlite3.
}
}
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
TIME_ZONE = 'Europe/Zurich'

View file

@ -1,4 +1,4 @@
Django>=3.0,<3.2
Django>=3.1,<4.0
tabimport>=0.4.0
xlrd<2 # Required by tabimport
openpyxl==3.0.5