Add pyzmq and redis to base requirements

These clients needs to support zmq as oslo.messaging backend

Change-Id: Id5640401407f9a2e67eca44ab2b4a39b6fa56307
This commit is contained in:
Kirill Bespalov 2016-11-25 14:44:01 +03:00
parent f9616d665d
commit c482e42108
1 changed files with 2 additions and 0 deletions

View File

@ -110,6 +110,8 @@ RUN pip --no-cache-dir install -U virtualenv \
python-tuskarclient \
python-zaqarclient \
pytz \
pyzmq \
redis \
repoze.lru \
requests \
requestsexceptions \