Updated from global requirements

Change-Id: I2ce6d9920f25ce41cb0ef569534a25beb9f363aa
This commit is contained in:
Julien Danjou 2013-08-07 19:21:21 -03:00
parent 5d8a6e56e2
commit d079e8ec6f
3 changed files with 26 additions and 29 deletions

View File

@ -1,30 +1,29 @@
d2to1>=0.2.10,<0.3 pbr>=0.5.21,<1.0
pbr>=0.5,<0.6 WebOb>=1.2.3,<1.3
WebOb>=1.2 kombu>=2.4.8
kombu>2.4.7 iso8601>=0.1.4
iso8601
argparse argparse
SQLAlchemy>=0.7,<=0.7.99 SQLAlchemy>=0.7.8,<=0.7.99
sqlalchemy-migrate>=0.7.2 sqlalchemy-migrate>=0.7.2
alembic>=0.4.1 alembic>=0.4.1
netaddr netaddr
pymongo>=2.4 pymongo>=2.4
eventlet eventlet>=0.13.0
anyjson>=0.3.3 anyjson>=0.3.3
Flask==0.9 Flask==0.9
pecan>=0.2.0 pecan>=0.2.0
stevedore>=0.9 stevedore>=0.10
msgpack-python msgpack-python
python-glanceclient python-glanceclient>=0.9.0
python-novaclient>=2.6.10 python-novaclient>=2.12.0
python-keystoneclient>=0.3.0 python-keystoneclient>=0.3.0
python-ceilometerclient>=1.0.1 python-ceilometerclient>=1.0.2
python-swiftclient python-swiftclient>=1.2
lxml lxml>=2.3
requests>=1.1,<1.2.1 requests>=1.1
six six
wsme>=0.5b2 WSME>=0.5b2
pyyaml PyYAML>=3.1.0
-f http://tarballs.openstack.org/oslo.config/oslo.config-1.2.0a3.tar.gz#egg=oslo.config-1.2.0a3 -f http://tarballs.openstack.org/oslo.config/oslo.config-1.2.0a3.tar.gz#egg=oslo.config-1.2.0a3
oslo.config>=1.2.0a3 oslo.config>=1.2.0a3
happybase>=0.4 happybase>=0.4

View File

@ -14,8 +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=['d2to1>=0.2.10,<0.3', 'pbr>=0.5,<0.6'], setup_requires=['pbr>=0.5.21,<1.0'],
d2to1=True) pbr=True)

View File

@ -2,24 +2,21 @@ pep8==1.4.5
pyflakes==0.7.2 pyflakes==0.7.2
flake8==2.0 flake8==2.0
hacking>=0.5.6,<0.7 hacking>=0.5.6,<0.7
coverage coverage>=3.6
discover discover
httplib2 httplib2
mock mock>=1.0
mox mox>=0.5.3
fixtures>=0.3.12 fixtures>=0.3.12
Babel>=0.9.6 Babel>=0.9.6
http://tarballs.openstack.org/nova/nova-master.tar.gz#egg=nova http://tarballs.openstack.org/nova/nova-master.tar.gz#egg=nova
# We should use swift>1.7.5, but it's not yet available
swift swift
# Swift dep that is not necessary if we depend on swift>1.7.5
netifaces
# Docs Requirements # Docs Requirements
sphinx sphinx>=1.1.2
sphinxcontrib-pecanwsme>=0.2 sphinxcontrib-pecanwsme>=0.2
docutils==0.9.1 # for bug 1091333, remove after sphinx >1.1.3 is released. docutils==0.9.1
oslo.sphinx oslo.sphinx
python-subunit python-subunit
testrepository>=0.0.13 testrepository>=0.0.17
testtools>=0.9.29 testtools>=0.9.32
testscenarios<0.5 testscenarios>=0.4,<0.5