Revision 8825252f

b/snf-pithos-app/setup.py
65 65

  
66 66
# Package requirements
67 67
INSTALL_REQUIRES = [
68
    'snf-common>=0.8.1',
68
    'snf-common>=0.9.0',
69 69
    'snf-pithos-backend>=0.9.0',
70 70
    'Django>=1.2, <1.3'
71 71
]
b/snf-pithos-backend/setup.py
65 65

  
66 66
# Package requirements
67 67
INSTALL_REQUIRES = [
68
    'snf-common>=0.8.1',
68
    'snf-common>=0.9.0',
69 69
    'SQLAlchemy==0.6.3',
70 70
]
71 71

  
b/snf-pithos-tools/setup.py
67 67

  
68 68
# Package requirements
69 69
INSTALL_REQUIRES = [
70
    'snf-common>=0.8.1'
70
    'snf-common>=0.9.0'
71 71
]
72 72

  
73 73
EXTRAS_REQUIRES = {

Also available in: Unified diff