Update requirements to match havana's ones.
Update repo with openstack/requirements/update.py. Change-Id: Iebfb1e75d7c85b2a000ae8d0d1ff190743606659
This commit is contained in:
parent
502cebc124
commit
ce869822e4
@ -1,15 +1,16 @@
|
||||
pbr>=0.5.21,<1.0
|
||||
anyjson
|
||||
eventlet>=0.9.12
|
||||
anyjson>=0.3.3
|
||||
eventlet>=0.13.0
|
||||
jsonpath
|
||||
Paste
|
||||
PasteDeploy
|
||||
iso8601>=0.1.4
|
||||
python-heatclient>=0.2.4
|
||||
jsonschema==2.0.0
|
||||
netaddr
|
||||
PasteDeploy>=1.5.0
|
||||
iso8601>=0.1.8
|
||||
python-heatclient>=0.2.3
|
||||
jsonschema>=1.3.0,!=1.4.0
|
||||
netaddr>=0.7.6
|
||||
|
||||
oslo.config
|
||||
oslo.config>=1.2.0
|
||||
deep
|
||||
murano-common>=0.2.2
|
||||
PyYAML>=3.1.0
|
||||
PyYAML>=3.1.0
|
||||
|
||||
|
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,5 +1,5 @@
|
||||
unittest2
|
||||
mock
|
||||
mock>=1.0
|
||||
nose
|
||||
nose-exclude
|
||||
nosexcover
|
||||
@ -7,3 +7,4 @@ nosexcover
|
||||
pep8
|
||||
sphinx>=1.1.2
|
||||
mockfs
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user