setup.py: allow DRF 3.9 (#41238)

This commit is contained in:
Benjamin Dauvergne 2020-04-24 17:59:06 +02:00
parent b5e2134c14
commit 4d57434993
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ setup(name="authentic2",
'django-ratelimit',
'gadjo>=0.53',
'django-import-export>=1,<2',
'djangorestframework>=3.3,<3.9',
'djangorestframework>=3.3,<3.10',
'six>=1',
'Markdown>=2.1',
'python-ldap',