Created the media metadata editor page
[mediagoblin.git] / setup.py
index b0f399ddbcb357679f792d70f96262582d7b1a54..0716e45f47e0b075145b476c02730f03f85da6d7 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -59,13 +59,23 @@ 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',
         'six>=1.4.1',
         'oauthlib==0.5.0',
         'unidecode',
+        'jsonschema',
+        'requests',
+        'ExifRead',
+
+        # PLEASE change this when we can; a dependency is forcing us to set this
+        # specific number and it is breaking setup.py develop
+        'six==1.5.2'
 
         ## Annoying.  Please remove once we can!  We only indirectly
         ## use pbr, and currently it breaks things, presumably till