diff options
author | 2018-12-05 22:32:21 +0100 | |
---|---|---|
committer | 2018-12-05 22:32:21 +0100 | |
commit | bbdf44aeca943c6fd0b0a37254419ecb1c8a94f5 (patch) | |
tree | ccef5102cbd23cfa74bc2f4555b10b5905d6ebd5 /setup.py | |
parent | Django - Add Infractions API (#149) (diff) |
Bump minimum DRF version to `3.9.0`.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ setup( python_requires='>= 3.6', install_requires=[ 'django>=2.1.1', - 'djangorestframework>=3.8.2', + 'djangorestframework>=3.9.0', 'djangorestframework-bulk>=0.2.1', 'django-hosts>=3.0', 'django-environ>=0.4.5', |