Cloudfiles not actually a dependency, removing from setup.py

If users want cloudfiles, they can always ./bin/easy_install it.
This commit is contained in:
Christopher Allan Webber 2011-12-04 23:58:58 -06:00
parent 04b0b7a124
commit 38f102515a

View File

@ -61,7 +61,6 @@ setup(
'webtest', 'webtest',
'ConfigObj', 'ConfigObj',
'Markdown', 'Markdown',
'python-cloudfiles',
## For now we're expecting that users will install this from ## For now we're expecting that users will install this from
## their package managers. ## their package managers.
# 'lxml', # 'lxml',