In this commit, I added a new column which will be used for RDFa metadata of
[mediagoblin.git] / setup.py
index d1a37a1a4d2bcf4680d9aa4ae3ad3a868d53b236..59f0ab8ff796c7d2a7d6b8a59beea9581bb2ca74 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -59,12 +59,16 @@ try:
         'ConfigObj',
         'Markdown',
         'sqlalchemy<0.9.0, >0.8.0',
-        'sqlalchemy-migrate',
+        # newer sqlalchemy-migrate requires pbr which BREAKS EVERYTHING AND IS
+        #  TERRIBLE AND IS THE END OF ALL THINGS
+        #  I'd love to remove this restriction.
+        'sqlalchemy-migrate<0.8',
         'mock',
         'itsdangerous',
         'pytz',
         'oauthlib==0.5.0',
         'unidecode',
+        'ExifRead',
 
         # PLEASE change this when we can; a dependency is forcing us to set this
         # specific number and it is breaking setup.py develop