-d2to1>=0.2.10,<0.3
-pbr>=0.5.10,<0.6
-PyCrypto>=2.6
+pbr>=0.5.21,<1.0
+pycrypto>=2.6
boto>=2.4.0
-eventlet>=0.12.0
+eventlet>=0.13.0
greenlet>=0.3.2
httplib2
iso8601>=0.1.4
-kombu>=1.0.4
+kombu>=2.4.8
argparse
lxml>=2.3
six
sqlalchemy-migrate>=0.7.2
python-novaclient>=2.12.0
-PasteDeploy==1.5.0
-routes==1.12.3
-SQLAlchemy>=0.7.8,<0.7.99
-WebOb==1.2.3
-python-keystoneclient>=0.2.1
+PasteDeploy>=1.5.0
+Routes>=1.12.3
+SQLAlchemy>=0.7.8,<=0.7.99
+WebOb>=1.2.3,<1.3
+python-keystoneclient>=0.3.0
python-swiftclient>=1.2
python-neutronclient>=2.2.3,<3
-python-ceilometerclient>=1.0.1
+python-ceilometerclient>=1.0.2
python-cinderclient>=1.0.4
PyYAML>=3.1.0
oslo.config>=1.1.0
# See the License for the specific language governing permissions and
# limitations under the License.
+# THIS FILE IS MANAGED BY THE GLOBAL REQUIREMENTS REPO - DO NOT EDIT
import setuptools
setuptools.setup(
- setup_requires=['d2to1>=0.2.10,<0.3', 'pbr>=0.5.10,<0.6'],
- d2to1=True)
+ setup_requires=['pbr>=0.5.21,<1.0'],
+ pbr=True)