From 0084610a7e8ed03704bd792f0832038774df547a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristi=20Burc=C4=83?= Date: Wed, 8 Aug 2018 11:11:40 +0100 Subject: [PATCH] Remove Django as a dependency If I want to use the Flask integration, I don't want to pull in Django as a dependency. --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index e650f91..dd62b98 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,6 @@ INSTALL_REQUIRES = [ 'requests>=2.8.1', - 'Django>=1.10.6' ]