diff options
author | Joar Wandborg <git@wandborg.com> | 2011-08-04 01:32:34 +0200 |
---|---|---|
committer | Joar Wandborg <git@wandborg.com> | 2011-08-04 01:32:34 +0200 |
commit | 851c51a354d1355683093cdb04d48fcaafc20c28 (patch) | |
tree | 5dab0d6a8898d43af8601317a6eb46bb2baa348e /setup.py | |
parent | 4d74812dfc5a671aa50f54951ffe9e0ee520f8f7 (diff) | |
download | mediagoblin-851c51a354d1355683093cdb04d48fcaafc20c28.tar.lz mediagoblin-851c51a354d1355683093cdb04d48fcaafc20c28.tar.xz mediagoblin-851c51a354d1355683093cdb04d48fcaafc20c28.zip |
Feature 477 - Support Cloud Files public storage
* Added configuration options to mediagoblin.ini
* process_media supports the python-cloudfiles
almost-file-like objects by wrapping them in a
contextlib.contextmanager-decorated func.
* storage now has the CloudFilesStorage
* New dependency added to setup.py; `python-cloudfiles`
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -44,6 +44,7 @@ setup( 'webtest', 'ConfigObj', 'Markdown', + 'python-cloudfiles', ## For now we're expecting that users will install this from ## their package managers. # 'lxml', |