Remove fp_changed_success.html, use log in page + notification message instead
[mediagoblin.git] / setup.py
index 11c8fe6c27a243cf8374cf8aae8b6774d1fd1210..293f3f03d5615bdf28976fb6c73fa6ce7ee1c65e 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -46,7 +46,7 @@ setup(
         'routes',
         'pymongo',
         'mongokit',
-        'webob',
+        'webob<=1.2a2',
         'wtforms',
         'py-bcrypt',
         'nose',
@@ -61,11 +61,11 @@ setup(
         'webtest',
         'ConfigObj',
         'Markdown',
-        'python-cloudfiles',
         ## For now we're expecting that users will install this from
         ## their package managers.
         # 'lxml',
         ],
+    # requires=['gst'],
     test_suite='nose.collector',
     entry_points="""\
         [console_scripts]