aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2018-12-05 22:32:21 +0100
committerGravatar Johannes Christ <[email protected]>2018-12-05 22:32:21 +0100
commitbbdf44aeca943c6fd0b0a37254419ecb1c8a94f5 (patch)
treeccef5102cbd23cfa74bc2f4555b10b5905d6ebd5
parentDjango - Add Infractions API (#149) (diff)
Bump minimum DRF version to `3.9.0`.
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index ac133d2b..e2f03070 100644
--- a/setup.py
+++ b/setup.py
@@ -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',