Revision 8f63a115

b/snf-cyclades-app/setup.py
75 75
    'pycrypto>=2.1.0',
76 76
    'puka',
77 77
    'python-daemon>=1.5.5, <1.6',
78
    'snf-common>0.11',
78
    'snf-common',
79 79
    'vncauthproxy>=1.2',
80 80
    'south>=0.7, <=0.7.3',
81
    'snf-pithos-backend>=0.11',
81
    'snf-pithos-backend',
82 82
    'lockfile>=0.8, <0.9',
83 83
    'ipaddr',
84 84
    'setproctitle>=1.0.1',
b/snf-cyclades-gtools/setup.py
60 60
    packages=["synnefo", "synnefo.ganeti", "synnefo.versions"],
61 61
    dependency_links = ['http://docs.dev.grnet.gr/pypi'],
62 62
    install_requires=[
63
        'snf-common>0.9.14',
63
        'snf-common',
64 64
        'python-daemon>=1.5.5',
65 65
        'pyinotify>=0.8.9',
66 66
        'puka',
b/snf-pithos-app/setup.py
65 65

  
66 66
# Package requirements
67 67
INSTALL_REQUIRES = [
68
    'snf-common>0.10.0',
69
    'snf-pithos-backend>0.9.7',
68
    'snf-common',
69
    'snf-pithos-backend',
70 70
    'Django>=1.2, <1.3'
71 71
]
72 72

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

  
66 66
# Package requirements
67 67
INSTALL_REQUIRES = [
68
    'snf-common>0.9.13',
68
    'snf-common',
69 69
    'SQLAlchemy==0.6.3',
70 70
    'alembic>=0.3.4, <0.4',
71 71
]
b/snf-pithos-tools/setup.py
67 67

  
68 68
# Package requirements
69 69
INSTALL_REQUIRES = [
70
    'snf-common>0.9.13',
70
    'snf-common',
71 71
    'progress>=1.0'
72 72
]
73 73

  

Also available in: Unified diff