diff options
author | 2019-01-01 21:15:29 +0100 | |
---|---|---|
committer | 2019-01-01 21:15:29 +0100 | |
commit | a6e81b6757b43c68ee749006086035c3e8033f15 (patch) | |
tree | b9fbfe6a0daac1884c83ad60476cc34a7b5d7971 /setup.py | |
parent | apply stash (diff) | |
parent | Merge pull request #156 from python-discord/django-beautify (diff) |
Merge branch 'django' into django+add-role-viewset
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={ |