Skip to content

Commit

Permalink
List Django as a dependency in setup.py (#846)
Browse files Browse the repository at this point in the history
Django is a hard dependency of django-filter, it should be listed in
install_requires to reflect that.
  • Loading branch information
jdufresne authored and carltongibson committed Jul 13, 2018
1 parent b1f1c65 commit 9634ab7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,7 @@
'Framework :: Django',
],
zip_safe=False,
install_requires=[
'Django>=1.11',
],
)

0 comments on commit 9634ab7

Please sign in to comment.