Added pyld to the mediagoblin dependencies because it is necessary with the new

metadata functionality.
This commit is contained in:
tilly-Q 2014-05-29 12:57:40 -04:00
parent da537ed44e
commit 4ed4908cbd

View File

@ -71,6 +71,7 @@ try:
'unidecode', 'unidecode',
'jsonschema', 'jsonschema',
'requests', 'requests',
'pyld',
'ExifRead', 'ExifRead',
# PLEASE change this when we can; a dependency is forcing us to set this # PLEASE change this when we can; a dependency is forcing us to set this