From 7fcac9c918fde45d9cdac7a2ab2d2cb8beed5059 Mon Sep 17 00:00:00 2001 From: Kevin Zhao Date: Tue, 27 Jun 2017 15:44:54 +0800 Subject: [PATCH] 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 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 454c56fda..d98f76b24 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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