Replace uniq with userid.
[pithos] / snf-pithos-app / setup.py
index 5bf14f2..f14e1f7 100644 (file)
@@ -65,8 +65,8 @@ CLASSIFIERS = []
 
 # Package requirements
 INSTALL_REQUIRES = [
-    'snf-common>=0.9.0',
-    'snf-pithos-backend>=0.9.0',
+    'snf-common>=0.9.0rc',
+    'snf-pithos-backend>=0.9.1',
     'Django>=1.2, <1.3'
 ]