Updated from global requirements
Change-Id: I7e507d79d908c2330741f0ec012053c13c7e0fee
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
pbr>=0.5.21,<1.0
|
pbr>=0.6,<1.0
|
||||||
requests>=1.1
|
requests>=1.1
|
||||||
six>=1.4.1
|
six>=1.4.1
|
||||||
stevedore>=0.12
|
stevedore>=0.14
|
||||||
jsonschema>=1.3.0,!=1.4.0
|
jsonschema>=2.0.0,<3.0.0
|
||||||
|
|
||||||
python-keystoneclient>=0.4.1
|
python-keystoneclient>=0.6.0
|
||||||
|
7
setup.py
7
setup.py
@@ -1,6 +1,5 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/env python
|
||||||
# -*- encoding: utf-8 -*-
|
# Copyright (c) 2013 Hewlett-Packard Development Company, L.P.
|
||||||
# Copyright (c) 2013 OpenStack, LLC.
|
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# you may not use this file except in compliance with the License.
|
# you may not use this file except in compliance with the License.
|
||||||
@@ -15,9 +14,9 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
|
# THIS FILE IS MANAGED BY THE GLOBAL REQUIREMENTS REPO - DO NOT EDIT
|
||||||
import setuptools
|
import setuptools
|
||||||
|
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
setup_requires=['pbr'],
|
setup_requires=['pbr'],
|
||||||
pbr=True)
|
pbr=True)
|
||||||
|
@@ -4,9 +4,9 @@ hacking>=0.8.0,<0.9
|
|||||||
discover
|
discover
|
||||||
fixtures>=0.3.14
|
fixtures>=0.3.14
|
||||||
mock>=1.0
|
mock>=1.0
|
||||||
python-subunit
|
python-subunit>=0.0.18
|
||||||
testrepository>=0.0.17
|
testrepository>=0.0.18
|
||||||
testtools>=0.9.32
|
testtools>=0.9.34
|
||||||
# Test runner
|
# Test runner
|
||||||
nose
|
nose
|
||||||
nose-exclude
|
nose-exclude
|
||||||
|
Reference in New Issue
Block a user