Skip to content

Commit

Permalink
Merge pull request #634 from jdufresne/django-req
Browse files Browse the repository at this point in the history
Add Django as requirement to setup.py
  • Loading branch information
bmihelac committed Nov 16, 2017
2 parents 0160965 + 83968d4 commit 9f6cdc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@
]

install_requires = [
'tablib',
'diff-match-patch',
'django>=1.5',
'tablib',
]

setup(
Expand Down

0 comments on commit 9f6cdc1

Please sign in to comment.