Add explicit requirement for decorator module
pip-missing-reqs shows the following Missing requirements: magnum/api/validation.py:16 dist=decorator module=decorator We should add that to our requirements as we have an import that uses that package/module Closes-Bug: #1490083 Change-Id: I8c9a4e1145fc99deddf92033e7e644c18dacc8b4
This commit is contained in:
parent
99f6ecf93c
commit
b190c5d73d
@ -12,6 +12,7 @@ SQLAlchemy<1.1.0,>=0.9.7
|
||||
WSME>=0.7
|
||||
WebOb>=1.2.3
|
||||
alembic>=0.8.0
|
||||
decorator>=3.4.0
|
||||
docker-py>=1.1.0 # Apache-2.0
|
||||
eventlet>=0.17.4
|
||||
greenlet>=0.3.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user