Add debtcollector to requirements

debtcollector is used by oslo.db at runtime, but is not currently
mentioned in requirements.txt explicitly (which effectively means
it's installed as a transitive dependency now).

This fixes tox -epip-missing-reqs run. A follow up change to
project-config will make sure we run this check in the gate.

Closes-Bug: #1571739

Change-Id: I564030830708da5c8a18f0c8a127ae74d54ead39
This commit is contained in:
Roman Podoliaka 2016-04-18 19:32:43 +03:00
parent 7fcaf832b6
commit 38167392f6

View File

@ -5,6 +5,7 @@
pbr>=1.6 # Apache-2.0
alembic>=0.8.4 # MIT
Babel!=2.3.0,!=2.3.1,!=2.3.2,!=2.3.3,>=1.3 # BSD
debtcollector>=1.2.0 # Apache-2.0
oslo.i18n>=2.1.0 # Apache-2.0
oslo.config>=3.9.0 # Apache-2.0
oslo.context>=2.2.0 # Apache-2.0