Revision 9c26045d

b/snf-pithos-backend/setup.py
67 67
INSTALL_REQUIRES = [
68 68
    'snf-common>=0.9.0rc',
69 69
    'SQLAlchemy==0.6.3',
70
    'alembic>=0.3.4, <0.4',
70 71
]
71 72

  
72 73
EXTRAS_REQUIRES = {
......
196 197

  
197 198
    entry_points = {
198 199
     'console_scripts': [
199
         ],
200
      },
200
         'pithos-migrate = pithos.backends.migrate:main'
201
     ],
202
    },
201 203
)
202 204

  

Also available in: Unified diff