Update requirements to match havana's ones.
Update repo with openstack/requirements/update.py. Change-Id: Ibc76b1c47655de379eb924f1024bbbd312abce4a
This commit is contained in:
parent
47c1f7e57b
commit
b85f0ecf92
@ -1,33 +1,33 @@
|
||||
pbr>=0.5.21,<1.0
|
||||
Babel
|
||||
SQLAlchemy>=0.7.5,<=0.7.9
|
||||
anyjson
|
||||
eventlet>=0.9.12
|
||||
PasteDeploy
|
||||
routes
|
||||
WebOb>=1.2
|
||||
wsgiref
|
||||
Babel>=1.3
|
||||
SQLAlchemy>=0.7.8,<=0.7.99
|
||||
anyjson>=0.3.3
|
||||
eventlet>=0.13.0
|
||||
PasteDeploy>=1.5.0
|
||||
Routes>=1.12.3
|
||||
WebOb>=1.2.3,<1.3
|
||||
wsgiref>=0.1.2
|
||||
argparse
|
||||
boto
|
||||
sqlalchemy-migrate>=0.7
|
||||
boto>=2.4.0,!=2.13.0
|
||||
sqlalchemy-migrate>=0.7.2
|
||||
httplib2
|
||||
kombu
|
||||
pycrypto>=2.1.0alpha1
|
||||
iso8601>=0.1.4
|
||||
six
|
||||
netaddr
|
||||
kombu>=2.4.8
|
||||
pycrypto>=2.6
|
||||
iso8601>=0.1.8
|
||||
six>=1.4.1
|
||||
netaddr>=0.7.6
|
||||
|
||||
# Note you will need gcc buildtools installed and must
|
||||
# have installed libxml headers for lxml to be successfully
|
||||
# installed using pip, therefore you will need to install the
|
||||
# libxml2-dev and libxslt-dev Ubuntu packages.
|
||||
lxml
|
||||
lxml>=2.3
|
||||
|
||||
# For paste.util.template used in keystone.common.template
|
||||
Paste
|
||||
|
||||
passlib
|
||||
jsonschema==2.0.0
|
||||
python-keystoneclient>=0.2.0
|
||||
oslo.config
|
||||
jsonschema>=1.3.0,!=1.4.0
|
||||
python-keystoneclient>=0.4.1
|
||||
oslo.config>=1.2.0
|
||||
murano-common>=0.2.2
|
||||
|
1
setup.py
1
setup.py
@ -14,6 +14,7 @@
|
||||
# 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(
|
||||
|
@ -1,21 +1,20 @@
|
||||
# Packages needed for dev testing
|
||||
distribute>=0.6.24
|
||||
|
||||
# Needed for testing
|
||||
unittest2
|
||||
coverage
|
||||
fixtures>=0.3.12
|
||||
mox
|
||||
coverage>=3.6
|
||||
fixtures>=0.3.14
|
||||
mox>=0.5.3
|
||||
nose
|
||||
nose-exclude
|
||||
openstack.nose_plugin>=0.7
|
||||
nosehtmloutput>=0.0.3
|
||||
pep8==1.3.3
|
||||
sphinx>=1.1.2
|
||||
requests
|
||||
testtools>=0.9.22
|
||||
mock
|
||||
requests>=1.1
|
||||
testtools>=0.9.32
|
||||
mock>=1.0
|
||||
|
||||
# Optional packages that should be installed when testing
|
||||
xattr>=0.6.0
|
||||
xattr>=0.4
|
||||
pysendfile==2.0.0
|
||||
|
Loading…
Reference in New Issue
Block a user