diff --git a/README.rst b/README.rst index fb95d0f..b1889e9 100644 --- a/README.rst +++ b/README.rst @@ -2,14 +2,6 @@ subunit2SQL README ================== -.. image:: https://img.shields.io/pypi/v/subunit2sql.svg - :target: https://pypi.python.org/pypi/subunit2sql/ - :alt: Latest Version - -.. image:: https://img.shields.io/pypi/dm/subunit2sql.svg - :target: https://pypi.python.org/pypi/subunit2sql/ - :alt: Downloads - subunit2SQL is a tool for storing test results data in a SQL database. Like it's name implies it was originally designed around converting `subunit`_ streams to data in a SQL database and the packaged utilities assume a subunit diff --git a/requirements.txt b/requirements.txt index 236cc5f..02a6950 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ alembic>=0.4.1 oslo.config>=1.4.0.0a3 -oslo.db>=2.1.0 +oslo.db>=2.1.0,<4.15.0 pbr>=1.0.0 python-subunit>=0.0.18 six>=1.5.2