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