Cloudfiles not actually a dependency, removing from setup.py
authorChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 5 Dec 2011 05:58:58 +0000 (23:58 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 5 Dec 2011 05:58:58 +0000 (23:58 -0600)
If users want cloudfiles, they can always ./bin/easy_install it.

setup.py

index ec672dd2a8e4468e5f2e2911b8b0385771fef19c..293f3f03d5615bdf28976fb6c73fa6ce7ee1c65e 100644 (file)
--- 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',