Fix quota error formatting in case of NoneType
[pithos] / snf-pithos-tools / setup.py
index c1149db..4e7c7cf 100644 (file)
@@ -1,4 +1,6 @@
-# Copyright 2011 GRNET S.A. All rights reserved.
+#!/usr/bin/env python
+
+# Copyright 2011-2012 GRNET S.A. All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or
 # without modification, are permitted provided that the following
@@ -65,7 +67,8 @@ CLASSIFIERS = []
 
 # Package requirements
 INSTALL_REQUIRES = [
-    'snf-pithos-lib'
+    'snf-common>0.9.13',
+    'progress>=1.0'
 ]
 
 EXTRAS_REQUIRES = {
@@ -203,4 +206,3 @@ setup(
          ],
       },
 )
-