From: Christopher Allan Webber Date: Mon, 5 Dec 2011 05:58:58 +0000 (-0600) Subject: Cloudfiles not actually a dependency, removing from setup.py X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=38f102515a84c1da25a9dab56d2fe7731412f4f5;p=mediagoblin.git Cloudfiles not actually a dependency, removing from setup.py If users want cloudfiles, they can always ./bin/easy_install it. --- diff --git a/setup.py b/setup.py index ec672dd2..293f3f03 100644 --- a/setup.py +++ b/setup.py @@ -61,7 +61,6 @@ setup( 'webtest', 'ConfigObj', 'Markdown', - 'python-cloudfiles', ## For now we're expecting that users will install this from ## their package managers. # 'lxml',