diff options
author | 2018-12-08 11:55:40 +0000 | |
---|---|---|
committer | 2018-12-08 11:55:40 +0000 | |
commit | 65b3381cfd35949ef457d5f794f83dbd3a4bd45c (patch) | |
tree | 1867912cf613498a4ca56fe3a0ef8660876157e3 /setup.py | |
parent | Renamed class in test_users (diff) | |
parent | Bump minimum DRF version to `3.9.0`. (diff) |
Fixed merge conflicts
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -15,10 +15,11 @@ 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', + 'django-filter>=2.0.0', 'psycopg2-binary>=2.7.5' ], extras_require={ |