#!/usr/bin/env python
+# vim: tabstop=4 shiftwidth=4 softtabstop=4
+
+# Copyright 2013 OpenStack Foundation
+#
+# Licensed under the Apache License, Version 2.0 (the "License"); you may
+# not use this file except in compliance with the License. You may obtain
+# a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+# License for the specific language governing permissions and limitations
+# under the License.
import os
gettextutils.install('cinder', lazy=True)
from cinder.db.sqlalchemy import migrate_repo
-from cinder.openstack.common.db.sqlalchemy import session
from cinder import version
from migrate.versioning.shell import main
-d2to1>=0.2.10,<0.3
-pbr>=0.5.16,<0.6
+pbr>=0.5.21,<1.0
amqplib>=0.6.1
anyjson>=0.3.3
argparse
-babel>=0.9.6
-eventlet>=0.12.0
+Babel>=0.9.6
+eventlet>=0.13.0
greenlet>=0.3.2
iso8601>=0.1.4
-kombu>2.4.7
+kombu>=2.4.8
lockfile>=0.8
lxml>=2.3
oslo.config>=1.1.0
paramiko>=1.8.0
-paste
-pastedeploy>=1.5.0
+Paste
+PasteDeploy>=1.5.0
python-glanceclient>=0.9.0
-python-keystoneclient>=0.2.1
-python-swiftclient>=1.2
-routes>=1.12.3
+python-keystoneclient>=0.3.0
+python-swiftclient>=1.5
+Routes>=1.12.3
six
-sqlalchemy>=0.7,<=0.7.99
-sqlalchemy-migrate>=0.7
-stevedore>=0.9
-webob>=1.2.3,<1.3
+SQLAlchemy>=0.7.8,<=0.7.99
+sqlalchemy-migrate>=0.7.2
+stevedore>=0.10
+WebOb>=1.2.3,<1.3
wsgiref>=0.1.2