Updated from global requirements
Change-Id: Ibf423f14a5c37aa298b2115bfd4936f660c6f530
This commit is contained in:
parent
c84b2802a9
commit
65278b3ff3
@ -1,25 +1,24 @@
|
||||
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
|
||||
|
5
setup.py
5
setup.py
@ -14,8 +14,9 @@
|
||||
# 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)
|
||||
|
@ -2,13 +2,13 @@
|
||||
pep8==1.4.5
|
||||
pyflakes==0.7.2
|
||||
flake8==2.0
|
||||
hacking>=0.5.3,<0.6
|
||||
hacking>=0.5.6,<0.7
|
||||
|
||||
coverage
|
||||
coverage>=3.6
|
||||
discover
|
||||
mock>=0.8.0
|
||||
mox==0.5.3
|
||||
testtools>=0.9.29
|
||||
testrepository>=0.0.13
|
||||
python-glanceclient
|
||||
mox>=0.5.3
|
||||
testtools>=0.9.32
|
||||
testrepository>=0.0.17
|
||||
python-glanceclient>=0.9.0
|
||||
sphinx>=1.1.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user