Skip to content

Commit

Permalink
remove django from install_requires, due to bad behaviour on pip inst…
Browse files Browse the repository at this point in the history
…all -U when you have a custom trunk django install
  • Loading branch information
bretth committed Jan 17, 2011
1 parent d461097 commit de427aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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'],
)

0 comments on commit de427aa

Please sign in to comment.