diff options
author | tilly-Q <nattilypigeonfowl@gmail.com> | 2014-03-18 16:49:48 -0400 |
---|---|---|
committer | tilly-Q <nattilypigeonfowl@gmail.com> | 2014-04-21 12:10:18 -0400 |
commit | ec5a385ada3401d6aab65c334b44ce5492ad032a (patch) | |
tree | ad2cee2007712344b77feed7da2960b0420d5c97 /setup.py | |
parent | 2dd966b5e2c6c406d153e2d4cdf886e30198a1d3 (diff) | |
download | mediagoblin-ec5a385ada3401d6aab65c334b44ce5492ad032a.tar.lz mediagoblin-ec5a385ada3401d6aab65c334b44ce5492ad032a.tar.xz mediagoblin-ec5a385ada3401d6aab65c334b44ce5492ad032a.zip |
Big update. I added in a json-ld context file which will be used in all our
metadata columns in the future. The context describes the dublin core elements.
It still has not been finalized however.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -66,8 +66,10 @@ try: 'mock', 'itsdangerous', 'pytz', + 'six>=1.4.1', 'oauthlib==0.5.0', 'unidecode', + 'jsonschema', 'ExifRead', # PLEASE change this when we can; a dependency is forcing us to set this |