dj22: use DRF>=3.9.2 (#51516)

This commit is contained in:
Benjamin Dauvergne 2021-03-01 13:43:00 +01:00
parent a34561baf2
commit 3f56b2ad0b
2 changed files with 2 additions and 1 deletions

View File

@ -113,7 +113,7 @@ setup(
'jsonschema',
'gadjo',
'six',
'djangorestframework<3.4',
'djangorestframework>=3.3,<3.10',
'pytz',
'python-dateutil',
'django-admin-rangefilter',

View File

@ -23,6 +23,7 @@ usedevelop =
deps =
dj111: django<2
dj22: django<2.3
djangorestframework>=3.9.2,<3.10
pip>8
pytest-flakes
pg: psycopg2