diff options
author | tilly-Q <nattilypigeonfowl@gmail.com> | 2014-05-29 12:57:40 -0400 |
---|---|---|
committer | tilly-Q <nattilypigeonfowl@gmail.com> | 2014-05-29 12:57:40 -0400 |
commit | 4ed4908cbd04cb5c9a159ac5fb603590a1641e6a (patch) | |
tree | e3589a980b4a448a16f5a12596b2f981bd0cf9a5 /setup.py | |
parent | da537ed44ef855954696a18dccd832feb6e56328 (diff) | |
download | mediagoblin-4ed4908cbd04cb5c9a159ac5fb603590a1641e6a.tar.lz mediagoblin-4ed4908cbd04cb5c9a159ac5fb603590a1641e6a.tar.xz mediagoblin-4ed4908cbd04cb5c9a159ac5fb603590a1641e6a.zip |
Added pyld to the mediagoblin dependencies because it is necessary with the new
metadata functionality.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -71,6 +71,7 @@ try: 'unidecode', 'jsonschema', 'requests', + 'pyld', 'ExifRead', # PLEASE change this when we can; a dependency is forcing us to set this |