Align requirements to liberty global-requirements

Now requirements.txt and test-requirements.txt are
aligned to global-requirements.txt of stable/Liberty.

Testing requirements are now move to test-requirements.txt
from tox.ini

Also the author, author-email and home-page are now update to
reflect Freezer Team and openstack-dev ml.

Change-Id: I27f2ea875778f19d2ffb542b9b8fbf29d1a740fe
This commit is contained in:
Fausto Marzi 2015-11-18 15:39:47 +00:00
parent 0dcacd908e
commit 07dc3d014e
4 changed files with 19 additions and 27 deletions

View File

@ -1,6 +1,7 @@
oslo.config>=1.9.3,<1.10.0 # Apache-2.0
oslo.i18n>=1.5.0,<1.6.0 # Apache-2.0
keystonemiddleware>=1.5.0,<1.6.0
jsonschema>=2.0.0,<3.0.0
elasticsearch>=1.3.0
falcon>=0.1.6,<0.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
oslo.i18n>=1.5.0 # Apache-2.0

View File

@ -7,10 +7,10 @@ summary = OpenStack Backup and Restore Service
description-file =
README.rst
author = Fausto Marzi, Fabrizio Fresco, Fabrizio Vanni,
author_email = fausto.marzi@hp.com, fabrizio.vanni@hp.com, fabrizio.fresco@hp.com
author = Freezer Team
author_email = openstack-dev@lists.openstack.org
home-page = https://github.com/openstack/freezer
home-page = https://wiki.openstack.org/wiki/Freezer
classifier =
Environment :: OpenStack
Programming Language :: Python

View File

@ -1,7 +1,8 @@
oslo.config>=1.9.3,<1.10.0 # Apache-2.0
oslo.i18n>=1.5.0,<1.6.0 # Apache-2.0
keystonemiddleware>=1.5.0,<1.6.0
jsonschema>=2.0.0,<3.0.0
elasticsearch>=1.3.0
falcon>=0.1.6,<0.2.0
mock>=1.0,<1.1.0
coverage
flake8>=2.2.4,<=2.4.1
mock>=1.2
pylint==1.4.4 # GNU GPL v2
pytest
pytest-cov
pytest-xdist

14
tox.ini
View File

@ -5,18 +5,8 @@ skipsdist = True
[testenv]
usedevelop = True
deps =
pytest
coverage
flake8
pytest-cov
pytest-xdist
pymysql
falcon>=0.2.0
keystonemiddleware
elasticsearch
jsonschema
mock
pylint
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
install_command = pip install -U {opts} {packages}
setenv = VIRTUAL_ENV={envdir}