From de427aa8406131c57beda5540021e74076b2a52d Mon Sep 17 00:00:00 2001 From: Brett Haydon Date: Mon, 17 Jan 2011 12:48:45 +1100 Subject: [PATCH] remove django from install_requires, due to bad behaviour on pip install -U when you have a custom trunk django install --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a94d1eb..4f8edf7 100644 --- a/setup.py +++ b/setup.py @@ -31,5 +31,5 @@ 'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: Utilities'], long_description="See http://packages.python.org/woven/ for documentation", - install_requires=['Fabric','Paramiko','Django'], + install_requires=['Fabric','Paramiko'], ) \ No newline at end of file