Turning image's media manager into a new style class.
[mediagoblin.git] / setup.py
index 9c295dc4972ab31818de6554560af735213bed40..ce1e41029e83871bf20c06f882e0c99c71de3628 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -43,10 +43,10 @@ setup(
     install_requires=[
         'setuptools',
         'PasteScript',
-        'beaker',
         'wtforms',
         'py-bcrypt',
-        'nose',
+        'pytest',
+        'pytest-xdist',
         'werkzeug>=0.7',
         'celery==2.5.3',
         'kombu==2.1.7',
@@ -54,12 +54,14 @@ setup(
         'sphinx',
         'Babel',
         'argparse',
-        'webtest',
+        'webtest<2',
         'ConfigObj',
         'Markdown',
         'sqlalchemy>=0.7.0',
         'sqlalchemy-migrate',
         'mock',
+        'itsdangerous',
+        'pytz',
         ## This is optional!
         # 'translitcodec',
         ## For now we're expecting that users will install this from