In this commit, I added a new column which will be used for RDFa metadata of
[mediagoblin.git] / setup.py
index a061f2fe11c4c8408478c9a9b03d7132f1644c2a..d3f9168634f035e1adca04e891fd4a1d6a4c4892 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -53,23 +53,25 @@ try:
         'kombu',
         'jinja2',
         'sphinx',
-        'Babel<1.0',
+        'Babel',
         'argparse',
         'webtest<2',
         'ConfigObj',
         'Markdown',
-        'sqlalchemy<0.9.0',
+        'sqlalchemy<0.9.0, >0.8.0',
         'sqlalchemy-migrate',
         'mock',
         'itsdangerous',
         'pytz',
-        'six',
+        'six>=1.4.1',
         'oauthlib==0.5.0',
+        'unidecode',
+
+        ## Annoying.  Please remove once we can!  We only indirectly
+        ## use pbr, and currently it breaks things, presumably till
+        ## their next release.
+        # 'pbr==0.5.22',
 
-        # Annoying.  Please remove once we can!  We only indirectly
-        # use pbr, and currently it breaks things, presumably till
-        # their next release.
-        'pbr==0.5.22',
         ## This is optional!
         # 'translitcodec',
         ## For now we're expecting that users will install this from