From 71c42d778bce2c12a4e5dd7b374d5590257c9889 Mon Sep 17 00:00:00 2001 From: Jan-Jelle Kester Date: Tue, 8 Jul 2014 17:34:24 +0200 Subject: [PATCH] Add Django requirement to setup.py --- setup.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0f531fc..969439f 100644 --- a/setup.py +++ b/setup.py @@ -9,5 +9,8 @@ setup( license='MIT', author='Jan-Jelle Kester', author_email='janjelle@jjkester.nl', - description='Audit log app for Django' + description='Audit log app for Django', + install_requires=[ + 'Django>=1.5' + ] )