aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authortilly-Q <nattilypigeonfowl@gmail.com>2014-03-18 16:49:48 -0400
committertilly-Q <nattilypigeonfowl@gmail.com>2014-04-21 12:10:18 -0400
commitec5a385ada3401d6aab65c334b44ce5492ad032a (patch)
treead2cee2007712344b77feed7da2960b0420d5c97 /setup.py
parent2dd966b5e2c6c406d153e2d4cdf886e30198a1d3 (diff)
downloadmediagoblin-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.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 59f0ab8f..15fd913c 100644
--- a/setup.py
+++ b/setup.py
@@ -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