From 1499af1eef07e060433ee82bc95fd545dfdfd29f Mon Sep 17 00:00:00 2001 From: Jan Krcmar Date: Mon, 28 Dec 2015 13:57:17 +0100 Subject: [PATCH] upgrade websockify 0.6.0 to 0.7.0 older version contains bug that closes novnc connection after 30 seconds. this commit puts the right version into conf/requirements.txt used by pip install --- conf/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/requirements.txt b/conf/requirements.txt index 676876f..63f4677 100644 --- a/conf/requirements.txt +++ b/conf/requirements.txt @@ -1,5 +1,5 @@ Django==1.8.2 -websockify==0.6.0 +websockify==0.7.0 gunicorn==19.3.0 libvirt-python==1.2.16 http://github.com/retspen/retspen.github.io/raw/master/libxml2-python-2.9.1.tar.gz