Updated from global requirements

Change-Id: I7390158abb8207684d4e487b67f892eea0719d26
This commit is contained in:
OpenStack Proposal Bot 2015-06-22 08:21:50 +00:00
parent 6d4e345bea
commit d396816d71
3 changed files with 20 additions and 21 deletions

View File

@ -6,9 +6,9 @@
# ascii betical order.
Babel>=1.3
PrettyTable>=0.7,<0.8
PrettyTable<0.8,>=0.7
PyYAML>=3.1.0
SQLAlchemy>=0.9.7,<1.1.0
SQLAlchemy<1.1.0,>=0.9.7
WSME>=0.7
WebOb>=1.2.3
alembic>=0.7.2
@ -31,7 +31,7 @@ oslo.serialization>=1.4.0 # Apache-2.0
oslo.utils>=1.6.0 # Apache-2.0
oslo.versionedobjects>=0.3.0
paramiko>=1.13.0
pbr>=0.11,<2.0
pbr<2.0,>=0.11
pecan>=0.8.0
python-glanceclient>=0.18.0
python-heatclient>=0.3.0

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
# Copyright (c) 2013 Hewlett-Packard Development Company, L.P.
#
# Licensed under the Apache License, Version 2.0 (the "License");

View File

@ -14,7 +14,7 @@ nose
oslosphinx>=2.5.0 # Apache-2.0
oslotest>=1.5.1 # Apache-2.0
python-subunit>=0.0.18
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
testrepository>=0.0.18
testscenarios>=0.4
testtools>=0.9.36,!=1.2.0
testtools>=1.4.0