Update requirements

Signed-off-by: Chuck Short <chuck.short@canonical.com>
This commit is contained in:
Chuck Short 2015-11-20 12:55:08 -05:00
parent f4b9e97691
commit 9805ce2ab2
3 changed files with 8 additions and 8 deletions

View File

@ -2,11 +2,11 @@
# of appearance. Changing the order has an impact on the overall integration # of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later. # process, which may cause wedges in the gate later.
pbr<2.0,>=1.6 pbr>=1.6
Babel>=1.3 Babel>=1.3
requests>=2.5.2 requests!=2.8.0,>=2.5.2
oslo.config>=2.3.0 # Apache-2.0 oslo.config>=2.7.0 # Apache-2.0
oslo.concurrency>=2.3.0 # Apache-2.0 oslo.concurrency>=2.3.0 # Apache-2.0
oslo.utils>=2.0.0 # Apache-2.0 oslo.utils>=2.8.0 # Apache-2.0
oslo.i18n>=1.5.0 # Apache-2.0 oslo.i18n>=1.5.0 # Apache-2.0
oslo.log>=1.8.0 # Apache-2.0 oslo.log>=1.12.0 # Apache-2.0

View File

@ -25,5 +25,5 @@ except ImportError:
pass pass
setuptools.setup( setuptools.setup(
setup_requires=['pbr>=1.3'], setup_requires=['pbr>=1.8'],
pbr=True) pbr=True)

View File

@ -9,11 +9,11 @@ discover
ddt>=0.7.0 ddt>=0.7.0
python-subunit>=0.0.18 python-subunit>=0.0.18
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
oslosphinx>=2.5.0 # Apache-2.0 oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
oslotest>=1.10.0 # Apache-2.0 oslotest>=1.10.0 # Apache-2.0
testrepository>=0.0.18 testrepository>=0.0.18
testscenarios>=0.4 testscenarios>=0.4
testtools>=1.4.0 testtools>=1.4.0
os-testr os-testr>=0.4.1
-e git+https://github.com/lxc/pylxd#egg=pylxd -e git+https://github.com/lxc/pylxd#egg=pylxd
-e git+https://github.com/openstack/nova#egg=nova -e git+https://github.com/openstack/nova#egg=nova