Skip to content

Commit

Permalink
Remove Django as a dependency
Browse files Browse the repository at this point in the history
If I want to use the Flask integration, I don't want to pull in Django as a dependency.
  • Loading branch information
scribu committed Aug 21, 2018
1 parent 4f70b4a commit 0084610
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@

INSTALL_REQUIRES = [
'requests>=2.8.1',
'Django>=1.10.6'
]


Expand Down

0 comments on commit 0084610

Please sign in to comment.