Add websockify to requirements

Currently zun use websockify is from Nova, Zun need
to add one for zun-wsproxy

Change-Id: Id340b584c28f066c75cc0f86e3a5e5b102993080
Signed-off-by: Kevin Zhao <kevin.zhao@arm.com>
This commit is contained in:
Kevin Zhao 2017-06-27 15:44:54 +08:00
parent 5ad57fe12c
commit 7fcac9c918

View File

@ -33,3 +33,4 @@ SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT
stevedore>=1.20.0 # Apache-2.0
docker>=2.0.0 # Apache-2.0
netaddr!=0.7.16,>=0.7.13 # BSD
websockify>=0.8.0 # LGPLv3