From 0a8b769b58e8167fc3a13ce9020eab0e6aa9eab7 Mon Sep 17 00:00:00 2001 From: Peter Siemens Date: Thu, 7 Dec 2017 22:29:09 -0800 Subject: [PATCH] Update setup.py --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 5365280..eb2dea5 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,6 @@ license='LICENSE.txt', description='Django storage for Google Storage', install_requires=[ - "Django >= 1.4", "boto", ], )