This was a big commit! I included lots of documentation below, but generally I
[mediagoblin.git] / setup.py
index a98cd013b5c7e46ded48eb448b1967c85ffd7fb2..66f21b0cbd38bc607123d9054d75415735d06608 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -45,22 +45,25 @@ setup(
         'PasteScript',
         'wtforms',
         'py-bcrypt',
-        'pytest',
+        'pytest>=2.3.1',
         'pytest-xdist',
         'werkzeug>=0.7',
-        'celery==2.5.3',
-        'kombu==2.1.7',
+        'celery',
+        'kombu',
         'jinja2',
         'sphinx',
-        'Babel',
+        'Babel<1.0',
         'argparse',
         'webtest<2',
         'ConfigObj',
         'Markdown',
-        'sqlalchemy>=0.7.0',
+        'sqlalchemy>=0.8.0',
         'sqlalchemy-migrate',
         'mock',
         'itsdangerous',
+        'pytz',
+        'six',
+        'oauthlib',
         ## This is optional!
         # 'translitcodec',
         ## For now we're expecting that users will install this from