Align requirements and version to Mitaka

Change-Id: I1a16317fba9cc190c91bc05bcce6b5a4a390e918
This commit is contained in:
Fausto Marzi 2016-01-18 18:35:20 +00:00
parent 08e72de99c
commit cdbf024c56
3 changed files with 9 additions and 7 deletions

View File

@ -1,7 +1,7 @@
elasticsearch>=1.3.0
elasticsearch>=1.3.0,<2.0 # Apache-2.0
falcon>=0.1.6
jsonschema>=2.0.0,<3.0.0,!=2.5.0
keystonemiddleware>=2.0.0,!=2.4.0
oslo.config>=2.3.0 # Apache-2.0
keystonemiddleware>=4.0.0 # Apache-2.0
oslo.config>=3.2.0 # Apache-2.0
oslo.i18n>=1.5.0 # Apache-2.0

View File

@ -1,9 +1,9 @@
[metadata]
name = freezer-api
version = 1.2.0
version = 2.0.0
summary = OpenStack Backup and Restore Service
summary = OpenStack Backup and Restore API Service
description-file =
README.rst

View File

@ -1,8 +1,10 @@
astroid<1.4.0 # breaks pylint 1.4.4
coverage
coverage>=3.6 # Apache-2.0
flake8>=2.2.4,<=2.4.1
mock>=1.2
pylint==1.4.4 # GNU GPL v2
pylint==1.4.5 # GNU GPL v2
# Not in global-requirements
pytest
pytest-cov
pytest-xdist