From b4c75da2c7d9ea3be41c858ddc82394c364f2062 Mon Sep 17 00:00:00 2001 From: Wende Tan Date: Fri, 25 Oct 2019 22:09:42 +0800 Subject: [PATCH] fix sockjs version #532 (#533) This is a temporary fix. We need to migrate to the latest version of SockJS. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 96db9d6a7..0eef279c7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ aiohttp>=3 jinja2>=2.9.0 -sockjs>=0.7.0 +sockjs>=0.7.0,<0.10.0 hoedown accept aioamqp